comparison plot_smb_tiff.xml @ 2:576071826197 draft

planemo upload for repository https://github.com/rolfverberg/galaxytools commit b5d7c209a0ba024789ccfb89ec874e8b9c280149-dirty
author rv43
date Mon, 13 Mar 2023 15:34:21 +0000
parents 226bc89c5552
children 6be076b081c4
comparison
equal deleted inserted replaced
1:226bc89c5552 2:576071826197
1 <tool id="plot_smb_tiff" name="Plot SMB Image" version="0.1.1" python_template_version="3.9"> 1 <tool id="plot_smb_tiff" name="Plot SMB Image" version="0.1.2" 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[
23 <param name="sample" type="text" optional="false" label="Sample name"/> 23 <param name="sample" type="text" optional="false" label="Sample name"/>
24 <param name="scan_number" type='integer' value="-1" label="SPEC scan number"/> 24 <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"/> 25 <param name="image_index" type='integer' value="0" min="0" label="Image index relative the first"/>
26 </inputs> 26 </inputs>
27 <outputs> 27 <outputs>
28 <data name="image" format="jpg" label="Plot" />
28 <data name="log" format="txt" label="Log"/> 29 <data name="log" format="txt" label="Log"/>
29 </outputs> 30 </outputs>
30 <help><![CDATA[ 31 <help><![CDATA[
31 Plot an image for the SMB file schema 32 Plot an image for the SMB file schema
32 ]]></help> 33 ]]></help>