comparison mitos2.xml @ 7:b815ec682418 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit dfe519563a762fc72953e4754f76effe5e16cfec
author iuc
date Tue, 06 Feb 2024 12:36:49 +0000
parents af3c1dc1d141
children 73b018c57e96
comparison
equal deleted inserted replaced
6:af3c1dc1d141 7:b815ec682418
2 <description>de-novo annotation of metazoan mitochondrial genomes</description> 2 <description>de-novo annotation of metazoan mitochondrial genomes</description>
3 <macros> 3 <macros>
4 <import>macros.xml</import> 4 <import>macros.xml</import>
5 <token name="@MITOS_NAME@">MITOS2</token> 5 <token name="@MITOS_NAME@">MITOS2</token>
6 <token name="@TOOL_VERSION@">2.1.7</token> 6 <token name="@TOOL_VERSION@">2.1.7</token>
7 <token name="@VERSION_SUFFIX@">0</token> 7 <token name="@VERSION_SUFFIX@">1</token>
8 </macros> 8 </macros>
9 <xrefs> 9 <xrefs>
10 <xref type="bio.tools">mitos</xref> 10 <xref type="bio.tools">mitos</xref>
11 </xrefs> 11 </xrefs>
12 <requirements> 12 <requirements>
45 --ncev $advanced_ncrna.ncev 45 --ncev $advanced_ncrna.ncev
46 $advanced_ncrna.sensitive 46 $advanced_ncrna.sensitive
47 --maxtrnaovl $advanced_ncrna.maxtrnaovl 47 --maxtrnaovl $advanced_ncrna.maxtrnaovl
48 --maxrrnaovl $advanced_ncrna.maxrrnaovl 48 --maxrrnaovl $advanced_ncrna.maxrrnaovl
49 49
50 #if not ("protein_plot" in $addoutputs or "ncRNA_plot" in $addoutputs): 50 #if not ("protein_plot" in $addoutputs or "ncRNA_plot" in $addoutputs or "ncRNA_structure_svg_plots" in $addoutputs):
51 --noplots 51 --noplots
52 #end if 52 #end if
53 #if "raw" in str($addoutputs).split(','): 53 #if "raw" in str($addoutputs).split(','):
54 --zip 54 --zip
55 #end if 55 #end if
292 <has_text text="--maxrrnaovl 49"/> 292 <has_text text="--maxrrnaovl 49"/>
293 <not_has_text text="--noplots"/> 293 <not_has_text text="--noplots"/>
294 </assert_command> 294 </assert_command>
295 </test> 295 </test>
296 <!-- missing genes --> 296 <!-- missing genes -->
297 <test expect_num_outputs="2"> 297 <test expect_num_outputs="3">
298 <param name="input" value="NC_012920.fasta"/> 298 <param name="input" value="NC_012920.fasta"/>
299 <param name="code" value="2"/> 299 <param name="code" value="2"/>
300 <param name="refseqver" value="mitos2-refdata" /> 300 <param name="refseqver" value="mitos2-refdata" />
301 <param name="addoutputs" value="bed,missing"/> 301 <param name="addoutputs" value="bed,missing,ncRNA_structure_svg_plots"/>
302 <output name="bedout" file="mitos2_NC_012920.bed" compare="re_match" ftype="bed"/> 302 <output name="bedout" file="mitos2_NC_012920.bed" compare="re_match" ftype="bed"/>
303 <output name="missing_genes" ftype="txt"> 303 <output name="missing_genes" ftype="txt">
304 <assert_contents> 304 <assert_contents>
305 <has_size value="167"/> 305 <has_size value="167"/>
306 </assert_contents> 306 </assert_contents>
307 </output> 307 </output>
308 <output_collection name="ncRNA_structure_plot_svg_out" type="list" count="5"/>
308 <assert_command> 309 <assert_command>
309 <has_text text="--code 2"/> 310 <has_text text="--code 2"/>
310 <has_text text="--finovl 50"/> 311 <has_text text="--finovl 50"/>
311 <not_has_text text="--trna"/> 312 <not_has_text text="--trna"/>
312 <not_has_text text="--rrna"/> 313 <not_has_text text="--rrna"/>
321 <has_text text="--fragovl 0.2"/> 322 <has_text text="--fragovl 0.2"/>
322 <has_text text="--fragfac 10.0"/> 323 <has_text text="--fragfac 10.0"/>
323 <has_text text="--ncev 0.01"/> 324 <has_text text="--ncev 0.01"/>
324 <has_text text="--maxtrnaovl 50"/> 325 <has_text text="--maxtrnaovl 50"/>
325 <has_text text="--maxrrnaovl 50"/> 326 <has_text text="--maxrrnaovl 50"/>
326 <has_text text="--noplots"/> 327 <has_text text="--noplots" negate="true"/>
327 </assert_command> 328 </assert_command>
328 </test> 329 </test>
329 </tests> 330 </tests>
330 <help>@COMMON_HELP@ 331 <help>@COMMON_HELP@
331 <![CDATA[ 332 <![CDATA[