comparison 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
comparison
equal deleted inserted replaced
-1:000000000000 0:9f331fb5be2c
1 <tool id="plot_smb_tiff" name="Plot SMB Image" version="0.1.0" python_template_version="3.9">
2 <description>Plot an image for the SMB file schema</description>
3 <command detect_errors="exit_code"><![CDATA[
4 $__tool_directory__/plot_smb_tiff.py
5 --cycle '$cycle'
6 --station '$station'
7 --btr '$btr'
8 --sample '$sample'
9 --scan_number $scan_number
10 --image_index $image_index
11 -l '$log'
12 ]]></command>
13 <inputs>
14 <param name="cycle" type="text" optional="false" label="Run cycle"/>
15 <param name="station" type="select" label="Beamline station">
16 <option value="id1a3">id1a3</option>
17 <option value="id3a">id3a</option>
18 </param>
19 <param name="btr" type="text" optional="false" label="BTR"/>
20 <param name="sample" type="text" optional="false" label="Sample name"/>
21 <param name="scan_number" type='integer' value="-1" label="SPEC scan number"/>
22 <param name="image_index" type='integer' value="0" min="0" label="Image index relative the first"/>
23 </inputs>
24 <outputs>
25 <data name="log" format="txt" label="Log"/>
26 </outputs>
27 <help><![CDATA[
28 Plot an image for the SMB file schema
29 ]]></help>
30 <citations>
31 <citation type="bibtex">
32 @misc{github_files,
33 author = {Verberg, Rolf},
34 year = {2022},
35 }
36 </citation>
37 </citations>
38 </tool>