Mercurial > repos > rv43 > plot_smb_tiff
annotate plot_smb_tiff.xml @ 0:9f331fb5be2c draft
planemo upload for repository https://github.com/rolfverberg/galaxytools commit ec74ae97e0ca220d04cb668baa656358abf190e9
author | rv43 |
---|---|
date | Fri, 10 Mar 2023 20:57:05 +0000 |
parents | |
children | 226bc89c5552 |
rev | line source |
---|---|
0
9f331fb5be2c
planemo upload for repository https://github.com/rolfverberg/galaxytools commit ec74ae97e0ca220d04cb668baa656358abf190e9
rv43
parents:
diff
changeset
|
1 <tool id="plot_smb_tiff" name="Plot SMB Image" version="0.1.0" python_template_version="3.9"> |
9f331fb5be2c
planemo upload for repository https://github.com/rolfverberg/galaxytools commit ec74ae97e0ca220d04cb668baa656358abf190e9
rv43
parents:
diff
changeset
|
2 <description>Plot an image for the SMB file schema</description> |
9f331fb5be2c
planemo upload for repository https://github.com/rolfverberg/galaxytools commit ec74ae97e0ca220d04cb668baa656358abf190e9
rv43
parents:
diff
changeset
|
3 <command detect_errors="exit_code"><![CDATA[ |
9f331fb5be2c
planemo upload for repository https://github.com/rolfverberg/galaxytools commit ec74ae97e0ca220d04cb668baa656358abf190e9
rv43
parents:
diff
changeset
|
4 $__tool_directory__/plot_smb_tiff.py |
9f331fb5be2c
planemo upload for repository https://github.com/rolfverberg/galaxytools commit ec74ae97e0ca220d04cb668baa656358abf190e9
rv43
parents:
diff
changeset
|
5 --cycle '$cycle' |
9f331fb5be2c
planemo upload for repository https://github.com/rolfverberg/galaxytools commit ec74ae97e0ca220d04cb668baa656358abf190e9
rv43
parents:
diff
changeset
|
6 --station '$station' |
9f331fb5be2c
planemo upload for repository https://github.com/rolfverberg/galaxytools commit ec74ae97e0ca220d04cb668baa656358abf190e9
rv43
parents:
diff
changeset
|
7 --btr '$btr' |
9f331fb5be2c
planemo upload for repository https://github.com/rolfverberg/galaxytools commit ec74ae97e0ca220d04cb668baa656358abf190e9
rv43
parents:
diff
changeset
|
8 --sample '$sample' |
9f331fb5be2c
planemo upload for repository https://github.com/rolfverberg/galaxytools commit ec74ae97e0ca220d04cb668baa656358abf190e9
rv43
parents:
diff
changeset
|
9 --scan_number $scan_number |
9f331fb5be2c
planemo upload for repository https://github.com/rolfverberg/galaxytools commit ec74ae97e0ca220d04cb668baa656358abf190e9
rv43
parents:
diff
changeset
|
10 --image_index $image_index |
9f331fb5be2c
planemo upload for repository https://github.com/rolfverberg/galaxytools commit ec74ae97e0ca220d04cb668baa656358abf190e9
rv43
parents:
diff
changeset
|
11 -l '$log' |
9f331fb5be2c
planemo upload for repository https://github.com/rolfverberg/galaxytools commit ec74ae97e0ca220d04cb668baa656358abf190e9
rv43
parents:
diff
changeset
|
12 ]]></command> |
9f331fb5be2c
planemo upload for repository https://github.com/rolfverberg/galaxytools commit ec74ae97e0ca220d04cb668baa656358abf190e9
rv43
parents:
diff
changeset
|
13 <inputs> |
9f331fb5be2c
planemo upload for repository https://github.com/rolfverberg/galaxytools commit ec74ae97e0ca220d04cb668baa656358abf190e9
rv43
parents:
diff
changeset
|
14 <param name="cycle" type="text" optional="false" label="Run cycle"/> |
9f331fb5be2c
planemo upload for repository https://github.com/rolfverberg/galaxytools commit ec74ae97e0ca220d04cb668baa656358abf190e9
rv43
parents:
diff
changeset
|
15 <param name="station" type="select" label="Beamline station"> |
9f331fb5be2c
planemo upload for repository https://github.com/rolfverberg/galaxytools commit ec74ae97e0ca220d04cb668baa656358abf190e9
rv43
parents:
diff
changeset
|
16 <option value="id1a3">id1a3</option> |
9f331fb5be2c
planemo upload for repository https://github.com/rolfverberg/galaxytools commit ec74ae97e0ca220d04cb668baa656358abf190e9
rv43
parents:
diff
changeset
|
17 <option value="id3a">id3a</option> |
9f331fb5be2c
planemo upload for repository https://github.com/rolfverberg/galaxytools commit ec74ae97e0ca220d04cb668baa656358abf190e9
rv43
parents:
diff
changeset
|
18 </param> |
9f331fb5be2c
planemo upload for repository https://github.com/rolfverberg/galaxytools commit ec74ae97e0ca220d04cb668baa656358abf190e9
rv43
parents:
diff
changeset
|
19 <param name="btr" type="text" optional="false" label="BTR"/> |
9f331fb5be2c
planemo upload for repository https://github.com/rolfverberg/galaxytools commit ec74ae97e0ca220d04cb668baa656358abf190e9
rv43
parents:
diff
changeset
|
20 <param name="sample" type="text" optional="false" label="Sample name"/> |
9f331fb5be2c
planemo upload for repository https://github.com/rolfverberg/galaxytools commit ec74ae97e0ca220d04cb668baa656358abf190e9
rv43
parents:
diff
changeset
|
21 <param name="scan_number" type='integer' value="-1" label="SPEC scan number"/> |
9f331fb5be2c
planemo upload for repository https://github.com/rolfverberg/galaxytools commit ec74ae97e0ca220d04cb668baa656358abf190e9
rv43
parents:
diff
changeset
|
22 <param name="image_index" type='integer' value="0" min="0" label="Image index relative the first"/> |
9f331fb5be2c
planemo upload for repository https://github.com/rolfverberg/galaxytools commit ec74ae97e0ca220d04cb668baa656358abf190e9
rv43
parents:
diff
changeset
|
23 </inputs> |
9f331fb5be2c
planemo upload for repository https://github.com/rolfverberg/galaxytools commit ec74ae97e0ca220d04cb668baa656358abf190e9
rv43
parents:
diff
changeset
|
24 <outputs> |
9f331fb5be2c
planemo upload for repository https://github.com/rolfverberg/galaxytools commit ec74ae97e0ca220d04cb668baa656358abf190e9
rv43
parents:
diff
changeset
|
25 <data name="log" format="txt" label="Log"/> |
9f331fb5be2c
planemo upload for repository https://github.com/rolfverberg/galaxytools commit ec74ae97e0ca220d04cb668baa656358abf190e9
rv43
parents:
diff
changeset
|
26 </outputs> |
9f331fb5be2c
planemo upload for repository https://github.com/rolfverberg/galaxytools commit ec74ae97e0ca220d04cb668baa656358abf190e9
rv43
parents:
diff
changeset
|
27 <help><![CDATA[ |
9f331fb5be2c
planemo upload for repository https://github.com/rolfverberg/galaxytools commit ec74ae97e0ca220d04cb668baa656358abf190e9
rv43
parents:
diff
changeset
|
28 Plot an image for the SMB file schema |
9f331fb5be2c
planemo upload for repository https://github.com/rolfverberg/galaxytools commit ec74ae97e0ca220d04cb668baa656358abf190e9
rv43
parents:
diff
changeset
|
29 ]]></help> |
9f331fb5be2c
planemo upload for repository https://github.com/rolfverberg/galaxytools commit ec74ae97e0ca220d04cb668baa656358abf190e9
rv43
parents:
diff
changeset
|
30 <citations> |
9f331fb5be2c
planemo upload for repository https://github.com/rolfverberg/galaxytools commit ec74ae97e0ca220d04cb668baa656358abf190e9
rv43
parents:
diff
changeset
|
31 <citation type="bibtex"> |
9f331fb5be2c
planemo upload for repository https://github.com/rolfverberg/galaxytools commit ec74ae97e0ca220d04cb668baa656358abf190e9
rv43
parents:
diff
changeset
|
32 @misc{github_files, |
9f331fb5be2c
planemo upload for repository https://github.com/rolfverberg/galaxytools commit ec74ae97e0ca220d04cb668baa656358abf190e9
rv43
parents:
diff
changeset
|
33 author = {Verberg, Rolf}, |
9f331fb5be2c
planemo upload for repository https://github.com/rolfverberg/galaxytools commit ec74ae97e0ca220d04cb668baa656358abf190e9
rv43
parents:
diff
changeset
|
34 year = {2022}, |
9f331fb5be2c
planemo upload for repository https://github.com/rolfverberg/galaxytools commit ec74ae97e0ca220d04cb668baa656358abf190e9
rv43
parents:
diff
changeset
|
35 } |
9f331fb5be2c
planemo upload for repository https://github.com/rolfverberg/galaxytools commit ec74ae97e0ca220d04cb668baa656358abf190e9
rv43
parents:
diff
changeset
|
36 </citation> |
9f331fb5be2c
planemo upload for repository https://github.com/rolfverberg/galaxytools commit ec74ae97e0ca220d04cb668baa656358abf190e9
rv43
parents:
diff
changeset
|
37 </citations> |
9f331fb5be2c
planemo upload for repository https://github.com/rolfverberg/galaxytools commit ec74ae97e0ca220d04cb668baa656358abf190e9
rv43
parents:
diff
changeset
|
38 </tool> |