Mercurial > repos > iuc > poretools_events
annotate poretools_events.xml @ 2:daf8518d243a 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:57:33 +0000 |
parents | 28d7819c312f |
children |
rev | line source |
---|---|
2
daf8518d243a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit 506782d1e671505617ff539e6811fcdcc2c02cd5
iuc
parents:
1
diff
changeset
|
1 <tool id="poretools_events" name="Extract nanopore events" version="@VERSION@.1" profile="@PROFILE@"> |
0
1d835c691480
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 sequencing reads</description> |
1d835c691480
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff
changeset
|
3 <macros> |
1d835c691480
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> |
1d835c691480
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff
changeset
|
5 </macros> |
2
daf8518d243a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit 506782d1e671505617ff539e6811fcdcc2c02cd5
iuc
parents:
1
diff
changeset
|
6 <expand macro="bio_tools"/> |
0
1d835c691480
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff
changeset
|
7 <expand macro="requirements" /> |
1d835c691480
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"> |
1d835c691480
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff
changeset
|
9 <![CDATA[ |
1d835c691480
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff
changeset
|
10 poretools events $precalled '$input' > '$output' |
1d835c691480
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff
changeset
|
11 ]]> |
1d835c691480
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff
changeset
|
12 </command> |
1d835c691480
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff
changeset
|
13 <inputs> |
1d835c691480
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" /> |
1
28d7819c312f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit d50758dbe64462ba3cdcb7f1df0bcc57a310deab"
iuc
parents:
0
diff
changeset
|
15 <param name="precalled" argument="--pre-basecalled" type="boolean" truevalue="--pre-basecalled" falsevalue="" label="Report pre-basecalled events" /> |
0
1d835c691480
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff
changeset
|
16 </inputs> |
1d835c691480
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff
changeset
|
17 <outputs> |
1d835c691480
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" /> |
1d835c691480
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff
changeset
|
19 </outputs> |
1d835c691480
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff
changeset
|
20 <tests> |
1d835c691480
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff
changeset
|
21 <test> |
1d835c691480
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" /> |
1d835c691480
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff
changeset
|
23 <param name="precalled" value="false" /> |
1
28d7819c312f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit d50758dbe64462ba3cdcb7f1df0bcc57a310deab"
iuc
parents:
0
diff
changeset
|
24 <output name="output" ftype="tabular"> |
28d7819c312f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit d50758dbe64462ba3cdcb7f1df0bcc57a310deab"
iuc
parents:
0
diff
changeset
|
25 <assert_contents> |
28d7819c312f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit d50758dbe64462ba3cdcb7f1df0bcc57a310deab"
iuc
parents:
0
diff
changeset
|
26 <has_n_lines n="2901"/> |
28d7819c312f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit d50758dbe64462ba3cdcb7f1df0bcc57a310deab"
iuc
parents:
0
diff
changeset
|
27 <has_text text="template"/> |
28d7819c312f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit d50758dbe64462ba3cdcb7f1df0bcc57a310deab"
iuc
parents:
0
diff
changeset
|
28 <has_text text="complement"/> |
28d7819c312f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit d50758dbe64462ba3cdcb7f1df0bcc57a310deab"
iuc
parents:
0
diff
changeset
|
29 <not_has_text text="pre_basecalled"/> |
28d7819c312f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit d50758dbe64462ba3cdcb7f1df0bcc57a310deab"
iuc
parents:
0
diff
changeset
|
30 </assert_contents> |
28d7819c312f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit d50758dbe64462ba3cdcb7f1df0bcc57a310deab"
iuc
parents:
0
diff
changeset
|
31 </output> |
0
1d835c691480
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff
changeset
|
32 </test> |
1d835c691480
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff
changeset
|
33 <test> |
1d835c691480
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff
changeset
|
34 <expand macro="test_input" /> |
1d835c691480
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff
changeset
|
35 <param name="precalled" value="true" /> |
1
28d7819c312f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit d50758dbe64462ba3cdcb7f1df0bcc57a310deab"
iuc
parents:
0
diff
changeset
|
36 <output name="output" ftype="tabular"> |
28d7819c312f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit d50758dbe64462ba3cdcb7f1df0bcc57a310deab"
iuc
parents:
0
diff
changeset
|
37 <assert_contents> |
28d7819c312f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit d50758dbe64462ba3cdcb7f1df0bcc57a310deab"
iuc
parents:
0
diff
changeset
|
38 <has_n_lines n="3083"/> |
28d7819c312f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit d50758dbe64462ba3cdcb7f1df0bcc57a310deab"
iuc
parents:
0
diff
changeset
|
39 <not_has_text text="template"/> |
28d7819c312f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit d50758dbe64462ba3cdcb7f1df0bcc57a310deab"
iuc
parents:
0
diff
changeset
|
40 <not_has_text text="complement"/> |
28d7819c312f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit d50758dbe64462ba3cdcb7f1df0bcc57a310deab"
iuc
parents:
0
diff
changeset
|
41 <has_text text="pre_basecalled"/> |
28d7819c312f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit d50758dbe64462ba3cdcb7f1df0bcc57a310deab"
iuc
parents:
0
diff
changeset
|
42 </assert_contents> |
28d7819c312f
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit d50758dbe64462ba3cdcb7f1df0bcc57a310deab"
iuc
parents:
0
diff
changeset
|
43 </output> |
0
1d835c691480
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff
changeset
|
44 </test> |
1d835c691480
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff
changeset
|
45 </tests> |
1d835c691480
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff
changeset
|
46 <help> |
1d835c691480
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff
changeset
|
47 Extract the raw nanopore events from each FAST5 file. |
1d835c691480
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff
changeset
|
48 </help> |
1d835c691480
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff
changeset
|
49 <expand macro="citations" /> |
1d835c691480
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff
changeset
|
50 </tool> |