Mercurial > repos > iuc > poretools_winner
annotate 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 |
rev | line source |
---|---|
2
6d93709247c7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit 506782d1e671505617ff539e6811fcdcc2c02cd5
iuc
parents:
0
diff
changeset
|
1 <tool id="poretools_winner" name="Get longest read" version="@VERSION@.0" profile="@PROFILE@"> |
0
9d8f41103cc6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff
changeset
|
2 <description>from a set of FAST5 files.</description> |
9d8f41103cc6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff
changeset
|
3 <macros> |
9d8f41103cc6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff
changeset
|
4 <import>macros.xml</import> |
9d8f41103cc6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff
changeset
|
5 </macros> |
2
6d93709247c7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit 506782d1e671505617ff539e6811fcdcc2c02cd5
iuc
parents:
0
diff
changeset
|
6 <expand macro="bio_tools"/> |
0
9d8f41103cc6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff
changeset
|
7 <expand macro="requirements" /> |
9d8f41103cc6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff
changeset
|
8 <command detect_errors="aggressive"> |
9d8f41103cc6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff
changeset
|
9 <![CDATA[ |
9d8f41103cc6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff
changeset
|
10 poretools winner --type $type '$input' > '$output' |
9d8f41103cc6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff
changeset
|
11 ]]> |
9d8f41103cc6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff
changeset
|
12 </command> |
9d8f41103cc6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff
changeset
|
13 <inputs> |
9d8f41103cc6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff
changeset
|
14 <param name="input" type="data" format="h5,fast5.tar,fast5.tar.gz,fast5.tar.bz2" label="Input fast5 or archive of fast5 files" /> |
9d8f41103cc6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff
changeset
|
15 <expand macro="stat_options" /> |
9d8f41103cc6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff
changeset
|
16 </inputs> |
9d8f41103cc6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff
changeset
|
17 <outputs> |
9d8f41103cc6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff
changeset
|
18 <data name="output" format="tabular" /> |
9d8f41103cc6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff
changeset
|
19 </outputs> |
9d8f41103cc6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff
changeset
|
20 <tests> |
9d8f41103cc6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff
changeset
|
21 <test> |
9d8f41103cc6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff
changeset
|
22 <expand macro="test_input" /> |
2
6d93709247c7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit 506782d1e671505617ff539e6811fcdcc2c02cd5
iuc
parents:
0
diff
changeset
|
23 <param name="type" value="fwd" /> |
0
9d8f41103cc6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff
changeset
|
24 <output name="output" file="poretools-winner-out1.tabular" ftype="tabular" /> |
9d8f41103cc6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff
changeset
|
25 </test> |
9d8f41103cc6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff
changeset
|
26 <test> |
9d8f41103cc6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff
changeset
|
27 <expand macro="test_input" /> |
2
6d93709247c7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit 506782d1e671505617ff539e6811fcdcc2c02cd5
iuc
parents:
0
diff
changeset
|
28 <param name="type" value="rev" /> |
0
9d8f41103cc6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff
changeset
|
29 <output name="output" file="poretools-winner-out2.tabular" ftype="tabular" /> |
9d8f41103cc6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff
changeset
|
30 </test> |
9d8f41103cc6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff
changeset
|
31 <test> |
9d8f41103cc6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff
changeset
|
32 <expand macro="test_input" /> |
2
6d93709247c7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit 506782d1e671505617ff539e6811fcdcc2c02cd5
iuc
parents:
0
diff
changeset
|
33 <param name="type" value="2D" /> |
0
9d8f41103cc6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff
changeset
|
34 <output name="output" file="poretools-winner-out3.tabular" ftype="tabular" /> |
9d8f41103cc6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff
changeset
|
35 </test> |
9d8f41103cc6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff
changeset
|
36 <test> |
9d8f41103cc6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff
changeset
|
37 <expand macro="test_input" /> |
2
6d93709247c7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit 506782d1e671505617ff539e6811fcdcc2c02cd5
iuc
parents:
0
diff
changeset
|
38 <param name="type" value="best" /> |
0
9d8f41103cc6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff
changeset
|
39 <output name="output" file="poretools-winner-out4.tabular" ftype="tabular" /> |
9d8f41103cc6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff
changeset
|
40 </test> |
9d8f41103cc6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff
changeset
|
41 </tests> |
9d8f41103cc6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff
changeset
|
42 <help> |
9d8f41103cc6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff
changeset
|
43 Report the longest read among a set of FAST5 files. |
9d8f41103cc6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff
changeset
|
44 </help> |
9d8f41103cc6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff
changeset
|
45 <expand macro="citations" /> |
9d8f41103cc6
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff
changeset
|
46 </tool> |