comparison poretools_winner.xml @ 2:6d93709247c7 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit 506782d1e671505617ff539e6811fcdcc2c02cd5
author iuc
date Fri, 27 Sep 2024 07:52:29 +0000
parents 9d8f41103cc6
children
comparison
equal deleted inserted replaced
1:79c1ac92f31b 2:6d93709247c7
1 <?xml version="1.0"?> 1 <tool id="poretools_winner" name="Get longest read" version="@VERSION@.0" profile="@PROFILE@">
2 <tool id="poretools_winner" name="Get longest read" version="@VERSION@.0">
3 <description>from a set of FAST5 files.</description> 2 <description>from a set of FAST5 files.</description>
4 <macros> 3 <macros>
5 <import>macros.xml</import> 4 <import>macros.xml</import>
6 </macros> 5 </macros>
6 <expand macro="bio_tools"/>
7 <expand macro="requirements" /> 7 <expand macro="requirements" />
8 <command detect_errors="aggressive"> 8 <command detect_errors="aggressive">
9 <![CDATA[ 9 <![CDATA[
10 poretools winner --type $type '$input' > '$output' 10 poretools winner --type $type '$input' > '$output'
11 ]]> 11 ]]>
18 <data name="output" format="tabular" /> 18 <data name="output" format="tabular" />
19 </outputs> 19 </outputs>
20 <tests> 20 <tests>
21 <test> 21 <test>
22 <expand macro="test_input" /> 22 <expand macro="test_input" />
23 <param name="types" value="fwd" /> 23 <param name="type" value="fwd" />
24 <output name="output" file="poretools-winner-out1.tabular" ftype="tabular" /> 24 <output name="output" file="poretools-winner-out1.tabular" ftype="tabular" />
25 </test> 25 </test>
26 <test> 26 <test>
27 <expand macro="test_input" /> 27 <expand macro="test_input" />
28 <param name="types" value="rev" /> 28 <param name="type" value="rev" />
29 <output name="output" file="poretools-winner-out2.tabular" ftype="tabular" /> 29 <output name="output" file="poretools-winner-out2.tabular" ftype="tabular" />
30 </test> 30 </test>
31 <test> 31 <test>
32 <expand macro="test_input" /> 32 <expand macro="test_input" />
33 <param name="types" value="2D" /> 33 <param name="type" value="2D" />
34 <output name="output" file="poretools-winner-out3.tabular" ftype="tabular" /> 34 <output name="output" file="poretools-winner-out3.tabular" ftype="tabular" />
35 </test> 35 </test>
36 <test> 36 <test>
37 <expand macro="test_input" /> 37 <expand macro="test_input" />
38 <param name="types" value="best" /> 38 <param name="type" value="best" />
39 <output name="output" file="poretools-winner-out4.tabular" ftype="tabular" /> 39 <output name="output" file="poretools-winner-out4.tabular" ftype="tabular" />
40 </test> 40 </test>
41 </tests> 41 </tests>
42 <help> 42 <help>
43 Report the longest read among a set of FAST5 files. 43 Report the longest read among a set of FAST5 files.