Mercurial > repos > iuc > poretools_stats
annotate poretools_stats.xml @ 2:c1cbe2575d32 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:55:27 +0000 |
parents | ae4c8446ce30 |
children |
rev | line source |
---|---|
2
c1cbe2575d32
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_stats" name="Read length statistics" version="@VERSION@.0" profile="@PROFILE@"> |
0
ae4c8446ce30
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> |
ae4c8446ce30
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff
changeset
|
3 <macros> |
ae4c8446ce30
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> |
ae4c8446ce30
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff
changeset
|
5 </macros> |
2
c1cbe2575d32
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
ae4c8446ce30
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff
changeset
|
7 <expand macro="requirements" /> |
ae4c8446ce30
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"> |
ae4c8446ce30
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff
changeset
|
9 <![CDATA[ |
ae4c8446ce30
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff
changeset
|
10 poretools stats --type $type $detailed '$input' > '$output' |
ae4c8446ce30
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff
changeset
|
11 ]]> |
ae4c8446ce30
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff
changeset
|
12 </command> |
ae4c8446ce30
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff
changeset
|
13 <inputs> |
ae4c8446ce30
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" /> |
ae4c8446ce30
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff
changeset
|
15 <param name="detailed" argument="--full-tsv" type="boolean" truevalue="--full-tsv" falsevalue="" label="Output detailed statistics" /> |
ae4c8446ce30
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff
changeset
|
16 <expand macro="stat_options" /> |
ae4c8446ce30
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff
changeset
|
17 </inputs> |
ae4c8446ce30
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff
changeset
|
18 <outputs> |
ae4c8446ce30
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff
changeset
|
19 <data name="output" format="tabular" /> |
ae4c8446ce30
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff
changeset
|
20 </outputs> |
ae4c8446ce30
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff
changeset
|
21 <tests> |
ae4c8446ce30
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff
changeset
|
22 <test> |
ae4c8446ce30
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff
changeset
|
23 <expand macro="test_input" /> |
ae4c8446ce30
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff
changeset
|
24 <param name="type" value="fwd" /> |
ae4c8446ce30
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff
changeset
|
25 <param name="detailed" value="true" /> |
ae4c8446ce30
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff
changeset
|
26 <output name="output" file="poretools-stats-out1.tabular" ftype="tabular" /> |
ae4c8446ce30
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff
changeset
|
27 </test> |
ae4c8446ce30
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff
changeset
|
28 <test> |
ae4c8446ce30
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff
changeset
|
29 <expand macro="test_input" /> |
ae4c8446ce30
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff
changeset
|
30 <param name="type" value="rev" /> |
ae4c8446ce30
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff
changeset
|
31 <param name="detailed" value="false" /> |
ae4c8446ce30
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff
changeset
|
32 <output name="output" file="poretools-stats-out2.tabular" ftype="tabular" /> |
ae4c8446ce30
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff
changeset
|
33 </test> |
ae4c8446ce30
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff
changeset
|
34 <test> |
ae4c8446ce30
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff
changeset
|
35 <expand macro="test_input" /> |
ae4c8446ce30
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff
changeset
|
36 <param name="type" value="2D" /> |
ae4c8446ce30
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff
changeset
|
37 <param name="detailed" value="true" /> |
ae4c8446ce30
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff
changeset
|
38 <output name="output" file="poretools-stats-out3.tabular" ftype="tabular" /> |
ae4c8446ce30
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff
changeset
|
39 </test> |
ae4c8446ce30
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff
changeset
|
40 <test> |
ae4c8446ce30
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff
changeset
|
41 <expand macro="test_input" /> |
ae4c8446ce30
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff
changeset
|
42 <param name="type" value="best" /> |
ae4c8446ce30
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff
changeset
|
43 <param name="detailed" value="false" /> |
ae4c8446ce30
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff
changeset
|
44 <output name="output" file="poretools-stats-out4.tabular" ftype="tabular" /> |
ae4c8446ce30
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff
changeset
|
45 </test> |
ae4c8446ce30
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff
changeset
|
46 <test> |
ae4c8446ce30
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff
changeset
|
47 <expand macro="test_input" /> |
ae4c8446ce30
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff
changeset
|
48 <param name="type" value="all" /> |
ae4c8446ce30
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff
changeset
|
49 <param name="detailed" value="true" /> |
ae4c8446ce30
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff
changeset
|
50 <output name="output" file="poretools-stats-out5.tabular" ftype="tabular" /> |
ae4c8446ce30
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff
changeset
|
51 </test> |
ae4c8446ce30
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff
changeset
|
52 </tests> |
ae4c8446ce30
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff
changeset
|
53 <help> |
ae4c8446ce30
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff
changeset
|
54 Collect read size statistics from a set of FAST5 files. |
ae4c8446ce30
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff
changeset
|
55 </help> |
ae4c8446ce30
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff
changeset
|
56 <expand macro="citations" /> |
ae4c8446ce30
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff
changeset
|
57 </tool> |