annotate macros.xml @ 0:47936349f3e9 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
author iuc
date Tue, 19 Dec 2017 14:57:21 -0500
parents
children 5a82eb9e1b89
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
47936349f3e9 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"?>
47936349f3e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff changeset
2 <macros>
47936349f3e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff changeset
3 <xml name="requirements">
47936349f3e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff changeset
4 <requirements>
47936349f3e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff changeset
5 <requirement type="package" version="@VERSION@">poretools</requirement>
47936349f3e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff changeset
6 <yield />
47936349f3e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff changeset
7 </requirements>
47936349f3e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff changeset
8 </xml>
47936349f3e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff changeset
9 <token name="@VERSION@">0.6.1a1</token>
47936349f3e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff changeset
10 <xml name="citations">
47936349f3e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff changeset
11 <citations>
47936349f3e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff changeset
12 <citation type="doi">10.1093/bioinformatics/btu555</citation>
47936349f3e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff changeset
13 </citations>
47936349f3e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff changeset
14 </xml>
47936349f3e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff changeset
15 <xml name="plot_options">
47936349f3e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff changeset
16 <param name="extension" type="select" label="File format for histogram">
47936349f3e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff changeset
17 <option value="png">PNG</option>
47936349f3e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff changeset
18 <option value="pdf">PDF</option>
47936349f3e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff changeset
19 <option value="svg">SVG</option>
47936349f3e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff changeset
20 <yield />
47936349f3e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff changeset
21 </param>
47936349f3e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff changeset
22 <param name="theme_bw" argument="--theme-bw" type="boolean" truevalue="--theme-bw" falsevalue="" label="Use a monochrome color scheme" />
47936349f3e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff changeset
23 </xml>
47936349f3e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff changeset
24 <xml name="image_output">
47936349f3e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff changeset
25 <data name="output" format="png">
47936349f3e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff changeset
26 <change_format>
47936349f3e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff changeset
27 <when input="extension" value="pdf" format="pdf" />
47936349f3e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff changeset
28 <when input="extension" value="svg" format="svg" />
47936349f3e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff changeset
29 <yield />
47936349f3e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff changeset
30 </change_format>
47936349f3e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff changeset
31 </data>
47936349f3e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff changeset
32 </xml>
47936349f3e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff changeset
33 <xml name="stat_options">
47936349f3e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff changeset
34 <param name="type" argument="--type" type="select" label="Filter by type of read">
47936349f3e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff changeset
35 <option value="all" selected="true">All</option>
47936349f3e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff changeset
36 <option value="fwd">Forward reads</option>
47936349f3e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff changeset
37 <option value="rev">Reverse reads</option>
47936349f3e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff changeset
38 <option value="fwd,rev">Forward and reverse</option>
47936349f3e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff changeset
39 <option value="2D">2D</option>
47936349f3e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff changeset
40 <option value="best">Best</option>
47936349f3e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff changeset
41 </param>
47936349f3e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff changeset
42 </xml>
47936349f3e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff changeset
43 <xml name="test_input">
47936349f3e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff changeset
44 <param name="input" ftype="fast5.tar" value="poretools-in1.tar.bz2" />
47936349f3e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff changeset
45 </xml>
47936349f3e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff changeset
46 <xml name="length_options">
47936349f3e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff changeset
47 <param name="min_length" argument="--min-length" type="integer" value="0" label="Minimum read length" />
47936349f3e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff changeset
48 <param name="max_length" argument="--max-length" type="integer" value="1000000000" label="Maximum read length" />
47936349f3e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff changeset
49 </xml>
47936349f3e9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/poretools commit aee00b3755588862ab34c199c28578706c004a34
iuc
parents:
diff changeset
50 </macros>