annotate quicktree.xml @ 0:33035fc236b2 draft default tip

planemo upload for repository https://github.com/dfornika/galaxytools/tree/master/tools/quicktree commit 8898f2229ec13917b7d96e20725f3871d9d93e90-dirty
author dfornika
date Fri, 28 Jun 2019 22:59:45 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
33035fc236b2 planemo upload for repository https://github.com/dfornika/galaxytools/tree/master/tools/quicktree commit 8898f2229ec13917b7d96e20725f3871d9d93e90-dirty
dfornika
parents:
diff changeset
1 <tool id="quicktree" name="quicktree" version="2.4">
33035fc236b2 planemo upload for repository https://github.com/dfornika/galaxytools/tree/master/tools/quicktree commit 8898f2229ec13917b7d96e20725f3871d9d93e90-dirty
dfornika
parents:
diff changeset
2 <description>quicktree</description>
33035fc236b2 planemo upload for repository https://github.com/dfornika/galaxytools/tree/master/tools/quicktree commit 8898f2229ec13917b7d96e20725f3871d9d93e90-dirty
dfornika
parents:
diff changeset
3 <requirements>
33035fc236b2 planemo upload for repository https://github.com/dfornika/galaxytools/tree/master/tools/quicktree commit 8898f2229ec13917b7d96e20725f3871d9d93e90-dirty
dfornika
parents:
diff changeset
4 <requirement type="package" version="2.4">quicktree</requirement>
33035fc236b2 planemo upload for repository https://github.com/dfornika/galaxytools/tree/master/tools/quicktree commit 8898f2229ec13917b7d96e20725f3871d9d93e90-dirty
dfornika
parents:
diff changeset
5 </requirements>
33035fc236b2 planemo upload for repository https://github.com/dfornika/galaxytools/tree/master/tools/quicktree commit 8898f2229ec13917b7d96e20725f3871d9d93e90-dirty
dfornika
parents:
diff changeset
6 <version_command>quicktree -v</version_command>
33035fc236b2 planemo upload for repository https://github.com/dfornika/galaxytools/tree/master/tools/quicktree commit 8898f2229ec13917b7d96e20725f3871d9d93e90-dirty
dfornika
parents:
diff changeset
7 <command detect_errors="exit_code"><![CDATA[
33035fc236b2 planemo upload for repository https://github.com/dfornika/galaxytools/tree/master/tools/quicktree commit 8898f2229ec13917b7d96e20725f3871d9d93e90-dirty
dfornika
parents:
diff changeset
8 quicktree
33035fc236b2 planemo upload for repository https://github.com/dfornika/galaxytools/tree/master/tools/quicktree commit 8898f2229ec13917b7d96e20725f3871d9d93e90-dirty
dfornika
parents:
diff changeset
9 -in m
33035fc236b2 planemo upload for repository https://github.com/dfornika/galaxytools/tree/master/tools/quicktree commit 8898f2229ec13917b7d96e20725f3871d9d93e90-dirty
dfornika
parents:
diff changeset
10 -out t
33035fc236b2 planemo upload for repository https://github.com/dfornika/galaxytools/tree/master/tools/quicktree commit 8898f2229ec13917b7d96e20725f3871d9d93e90-dirty
dfornika
parents:
diff changeset
11 '${matrix}'
33035fc236b2 planemo upload for repository https://github.com/dfornika/galaxytools/tree/master/tools/quicktree commit 8898f2229ec13917b7d96e20725f3871d9d93e90-dirty
dfornika
parents:
diff changeset
12 > '${tree}'
33035fc236b2 planemo upload for repository https://github.com/dfornika/galaxytools/tree/master/tools/quicktree commit 8898f2229ec13917b7d96e20725f3871d9d93e90-dirty
dfornika
parents:
diff changeset
13 ]]></command>
33035fc236b2 planemo upload for repository https://github.com/dfornika/galaxytools/tree/master/tools/quicktree commit 8898f2229ec13917b7d96e20725f3871d9d93e90-dirty
dfornika
parents:
diff changeset
14 <inputs>
33035fc236b2 planemo upload for repository https://github.com/dfornika/galaxytools/tree/master/tools/quicktree commit 8898f2229ec13917b7d96e20725f3871d9d93e90-dirty
dfornika
parents:
diff changeset
15 <param name="matrix" type="data" format="phylip" />
33035fc236b2 planemo upload for repository https://github.com/dfornika/galaxytools/tree/master/tools/quicktree commit 8898f2229ec13917b7d96e20725f3871d9d93e90-dirty
dfornika
parents:
diff changeset
16 </inputs>
33035fc236b2 planemo upload for repository https://github.com/dfornika/galaxytools/tree/master/tools/quicktree commit 8898f2229ec13917b7d96e20725f3871d9d93e90-dirty
dfornika
parents:
diff changeset
17 <outputs>
33035fc236b2 planemo upload for repository https://github.com/dfornika/galaxytools/tree/master/tools/quicktree commit 8898f2229ec13917b7d96e20725f3871d9d93e90-dirty
dfornika
parents:
diff changeset
18 <data name="tree" format="nhx" />
33035fc236b2 planemo upload for repository https://github.com/dfornika/galaxytools/tree/master/tools/quicktree commit 8898f2229ec13917b7d96e20725f3871d9d93e90-dirty
dfornika
parents:
diff changeset
19 </outputs>
33035fc236b2 planemo upload for repository https://github.com/dfornika/galaxytools/tree/master/tools/quicktree commit 8898f2229ec13917b7d96e20725f3871d9d93e90-dirty
dfornika
parents:
diff changeset
20 <tests>
33035fc236b2 planemo upload for repository https://github.com/dfornika/galaxytools/tree/master/tools/quicktree commit 8898f2229ec13917b7d96e20725f3871d9d93e90-dirty
dfornika
parents:
diff changeset
21 <test>
33035fc236b2 planemo upload for repository https://github.com/dfornika/galaxytools/tree/master/tools/quicktree commit 8898f2229ec13917b7d96e20725f3871d9d93e90-dirty
dfornika
parents:
diff changeset
22 <param name="matrix" value="distance_matrix.phy"/>
33035fc236b2 planemo upload for repository https://github.com/dfornika/galaxytools/tree/master/tools/quicktree commit 8898f2229ec13917b7d96e20725f3871d9d93e90-dirty
dfornika
parents:
diff changeset
23 <output name="tree" value="tree.nhx"/>
33035fc236b2 planemo upload for repository https://github.com/dfornika/galaxytools/tree/master/tools/quicktree commit 8898f2229ec13917b7d96e20725f3871d9d93e90-dirty
dfornika
parents:
diff changeset
24 </test>
33035fc236b2 planemo upload for repository https://github.com/dfornika/galaxytools/tree/master/tools/quicktree commit 8898f2229ec13917b7d96e20725f3871d9d93e90-dirty
dfornika
parents:
diff changeset
25 </tests>
33035fc236b2 planemo upload for repository https://github.com/dfornika/galaxytools/tree/master/tools/quicktree commit 8898f2229ec13917b7d96e20725f3871d9d93e90-dirty
dfornika
parents:
diff changeset
26 <help><![CDATA[
33035fc236b2 planemo upload for repository https://github.com/dfornika/galaxytools/tree/master/tools/quicktree commit 8898f2229ec13917b7d96e20725f3871d9d93e90-dirty
dfornika
parents:
diff changeset
27 ]]></help>
33035fc236b2 planemo upload for repository https://github.com/dfornika/galaxytools/tree/master/tools/quicktree commit 8898f2229ec13917b7d96e20725f3871d9d93e90-dirty
dfornika
parents:
diff changeset
28 <citations>
33035fc236b2 planemo upload for repository https://github.com/dfornika/galaxytools/tree/master/tools/quicktree commit 8898f2229ec13917b7d96e20725f3871d9d93e90-dirty
dfornika
parents:
diff changeset
29 </citations>
33035fc236b2 planemo upload for repository https://github.com/dfornika/galaxytools/tree/master/tools/quicktree commit 8898f2229ec13917b7d96e20725f3871d9d93e90-dirty
dfornika
parents:
diff changeset
30 </tool>