comparison plot_smb_tiff.xml @ 3:6be076b081c4 draft

planemo upload for repository https://github.com/rolfverberg/galaxytools commit b5d7c209a0ba024789ccfb89ec874e8b9c280149-dirty
author rv43
date Mon, 13 Mar 2023 15:49:12 +0000
parents 576071826197
children
comparison
equal deleted inserted replaced
2:576071826197 3:6be076b081c4
1 <tool id="plot_smb_tiff" name="Plot SMB Image" version="0.1.2" python_template_version="3.9"> 1 <tool id="plot_smb_tiff" name="Plot SMB Image" version="0.1.3" python_template_version="3.9">
2 <description>Plot an image for the SMB file schema</description> 2 <description>Plot an image for the SMB file schema</description>
3 <requirements> 3 <requirements>
4 <requirement type="package" version="3.5.2">matplotlib</requirement> 4 <requirement type="package" version="3.5.2">matplotlib</requirement>
5 </requirements> 5 </requirements>
6 <command detect_errors="exit_code"><![CDATA[ 6 <command detect_errors="exit_code"><![CDATA[
7 $__tool_directory__/plot_smb_tiff.py 7 $__tool_directory__/plot_smb_tiff.py
8 --output_file 'image.jpg'
8 --cycle '$cycle' 9 --cycle '$cycle'
9 --station '$station' 10 --station '$station'
10 --btr '$btr' 11 --btr '$btr'
11 --sample '$sample' 12 --sample '$sample'
12 --scan_number $scan_number 13 --scan_number $scan_number
23 <param name="sample" type="text" optional="false" label="Sample name"/> 24 <param name="sample" type="text" optional="false" label="Sample name"/>
24 <param name="scan_number" type='integer' value="-1" label="SPEC scan number"/> 25 <param name="scan_number" type='integer' value="-1" label="SPEC scan number"/>
25 <param name="image_index" type='integer' value="0" min="0" label="Image index relative the first"/> 26 <param name="image_index" type='integer' value="0" min="0" label="Image index relative the first"/>
26 </inputs> 27 </inputs>
27 <outputs> 28 <outputs>
28 <data name="image" format="jpg" label="Plot" /> 29 <data name="output_file" format="jpg" label="Plot" from_work_dir="image.jpg"/>
29 <data name="log" format="txt" label="Log"/> 30 <data name="log" format="txt" label="Log"/>
30 </outputs> 31 </outputs>
31 <help><![CDATA[ 32 <help><![CDATA[
32 Plot an image for the SMB file schema 33 Plot an image for the SMB file schema
33 ]]></help> 34 ]]></help>