annotate poretools_squiggle.xml @ 1:34553d0caa5e draft default tip

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit d50758dbe64462ba3cdcb7f1df0bcc57a310deab"
author iuc
date Sun, 19 Jan 2020 09:09:16 -0500
parents ce8af9373061
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
ce8af9373061 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff changeset
1 <?xml version="1.0"?>
1
34553d0caa5e "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit d50758dbe64462ba3cdcb7f1df0bcc57a310deab"
iuc
parents: 0
diff changeset
2 <tool id="poretools_squiggle" name="Plot signals" version="@VERSION@.1" profile="@profile@">
0
ce8af9373061 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff changeset
3 <description>for nanopore reads</description>
ce8af9373061 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff changeset
4 <macros>
ce8af9373061 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff changeset
5 <import>macros.xml</import>
ce8af9373061 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff changeset
6 </macros>
ce8af9373061 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff changeset
7 <expand macro="requirements" />
ce8af9373061 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">
ce8af9373061 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff changeset
9 <![CDATA[
1
34553d0caa5e "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit d50758dbe64462ba3cdcb7f1df0bcc57a310deab"
iuc
parents: 0
diff changeset
10 @MPLBACKEND@
34553d0caa5e "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit d50758dbe64462ba3cdcb7f1df0bcc57a310deab"
iuc
parents: 0
diff changeset
11 poretools squiggle '$input' --saveas $extension --num-facets $num_facets $theme_bw
0
ce8af9373061 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff changeset
12 ]]>
ce8af9373061 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff changeset
13 </command>
ce8af9373061 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff changeset
14 <inputs>
ce8af9373061 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff changeset
15 <param name="input" type="data" format="h5,fast5.tar,fast5.tar.gz,fast5.tar.bz2" label="Input fast5 or archive of fast5 files" />
ce8af9373061 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff changeset
16 <expand macro="plot_options" />
ce8af9373061 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff changeset
17 <param name="num_facets" argument="--num-facets" type="integer" value="6" label="Number of plot facets" />
ce8af9373061 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff changeset
18 </inputs>
ce8af9373061 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff changeset
19 <outputs>
ce8af9373061 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff changeset
20 <data format="txt" name="output">
ce8af9373061 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff changeset
21 <discover_datasets pattern="__designation_and_ext__" directory="." visible="true" />
ce8af9373061 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff changeset
22 </data>
ce8af9373061 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff changeset
23 </outputs>
ce8af9373061 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff changeset
24 <tests>
ce8af9373061 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff changeset
25 <test>
ce8af9373061 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff changeset
26 <expand macro="test_input" />
ce8af9373061 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff changeset
27 <param name="extension" value="png" />
ce8af9373061 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff changeset
28 <output name="output">
1
34553d0caa5e "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit d50758dbe64462ba3cdcb7f1df0bcc57a310deab"
iuc
parents: 0
diff changeset
29 <discovered_dataset designation="2016_3_4_3507_1_ch128_read430_strand.fast5" file="poretools-squiggle-out1-1.png" compare="sim_size" />
34553d0caa5e "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit d50758dbe64462ba3cdcb7f1df0bcc57a310deab"
iuc
parents: 0
diff changeset
30 <discovered_dataset designation="2016_3_4_3507_1_ch128_read95_strand.fast5" file="poretools-squiggle-out1-2.png" compare="sim_size" />
0
ce8af9373061 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff changeset
31 </output>
ce8af9373061 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff changeset
32 </test>
ce8af9373061 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff changeset
33 <test>
ce8af9373061 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" />
ce8af9373061 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff changeset
35 <param name="extension" value="pdf" />
ce8af9373061 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff changeset
36 <output name="output">
1
34553d0caa5e "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit d50758dbe64462ba3cdcb7f1df0bcc57a310deab"
iuc
parents: 0
diff changeset
37 <discovered_dataset designation="2016_3_4_3507_1_ch128_read430_strand.fast5" file="poretools-squiggle-out1-1.pdf" compare="sim_size" />
34553d0caa5e "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit d50758dbe64462ba3cdcb7f1df0bcc57a310deab"
iuc
parents: 0
diff changeset
38 <discovered_dataset designation="2016_3_4_3507_1_ch128_read95_strand.fast5" file="poretools-squiggle-out1-2.pdf" compare="sim_size" />
0
ce8af9373061 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff changeset
39 </output>
ce8af9373061 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff changeset
40 </test>
ce8af9373061 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff changeset
41 </tests>
ce8af9373061 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff changeset
42 <help>
ce8af9373061 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff changeset
43 Plot the observed signals for FAST5 reads.
ce8af9373061 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff changeset
44 </help>
ce8af9373061 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff changeset
45 <expand macro="citations" />
ce8af9373061 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff changeset
46 </tool>