comparison microsatbed.xml @ 11:c39202869825 draft

planemo upload for repository https://github.com/fubar2/microsatbed commit bfb57ff3a931bc3f3d3549707f7bcf1f561c84c6
author fubar
date Tue, 13 Aug 2024 05:57:05 +0000
parents 43a8165cec3a
children 74d53887b929
comparison
equal deleted inserted replaced
10:43a8165cec3a 11:c39202869825
1 1
2 <tool id="microsatbedfubar" name="STR to bed" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="22.05"> 2 <tool id="microsatbed" name="STR to bed" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="22.05">
3 <description>Short Tandem Repeats to bed features from fasta</description> 3 <description>Short Tandem Repeats to bed features from fasta</description>
4 <macros> 4 <macros>
5 <token name="@TOOL_VERSION@">1.3.2</token> 5 <token name="@TOOL_VERSION@">1.3.2</token>
6 <token name="@VERSION_SUFFIX@">0</token> 6 <token name="@VERSION_SUFFIX@">0</token>
7 <token name="@PYTHON_VERSION@">3.12.3</token> 7 <token name="@PYTHON_VERSION@">3.12.3</token>
116 <param name="tetramin" type="integer" min="2" value="2" label="Minimum repeats required for tetramers"/> 116 <param name="tetramin" type="integer" min="2" value="2" label="Minimum repeats required for tetramers"/>
117 <param name="pentamin" type="integer" min="2" value="2" label="Minimum repeats required for pentamers"/> 117 <param name="pentamin" type="integer" min="2" value="2" label="Minimum repeats required for pentamers"/>
118 <param name="hexamin" type="integer" min="2" value="2" label="Minimum repeats required for hexamers"/> 118 <param name="hexamin" type="integer" min="2" value="2" label="Minimum repeats required for hexamers"/>
119 </inputs> 119 </inputs>
120 <outputs> 120 <outputs>
121 <data name="bed" format="bed" label="STR"> 121 <data name="bed" format="bed" label="STR on $reffa.element_identifier">
122 <change_format> 122 <change_format>
123 <when input="mode_cond.outformat" value="gff" format="gff"/> 123 <when input="mode_cond.outformat" value="gff" format="gff"/>
124 <when input="mode_cond.outformat" value="csv" format="csv"/> 124 <when input="mode_cond.outformat" value="csv" format="csv"/>
125 <when input="mode_cond.outformat" value="tsv" format="tabular"/> 125 <when input="mode_cond.outformat" value="tsv" format="tabular"/>
126 <when input="mode_cond.mode" value="ALLBW" format="bigwig"/> 126 <when input="mode_cond.mode" value="ALLBW" format="bigwig"/>
202 </assert_contents> 202 </assert_contents>
203 </output> 203 </output>
204 </test> 204 </test>
205 <test expect_num_outputs="1"> 205 <test expect_num_outputs="1">
206 <conditional name="reference_genome"> 206 <conditional name="reference_genome">
207 <param name="genome_type_select" value="indexed"/> 207 <param name="genome_type_select" value="history"/>
208 <param name="reffa" value="hgtest"/> 208 <param name="reffa" value="humsamp.fa"/>
209 </conditional> 209 </conditional>
210 <conditional name="mode_cond"> 210 <conditional name="mode_cond">
211 <param name="mode" value="SPECIFICBW"/> 211 <param name="mode" value="SPECIFICBW"/>
212 <param name="specific" value="GC"/> 212 <param name="specific" value="GC"/>
213 </conditional> 213 </conditional>