Mercurial > repos > dfornika > quicktree
comparison 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 |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:33035fc236b2 |
|---|---|
| 1 <tool id="quicktree" name="quicktree" version="2.4"> | |
| 2 <description>quicktree</description> | |
| 3 <requirements> | |
| 4 <requirement type="package" version="2.4">quicktree</requirement> | |
| 5 </requirements> | |
| 6 <version_command>quicktree -v</version_command> | |
| 7 <command detect_errors="exit_code"><![CDATA[ | |
| 8 quicktree | |
| 9 -in m | |
| 10 -out t | |
| 11 '${matrix}' | |
| 12 > '${tree}' | |
| 13 ]]></command> | |
| 14 <inputs> | |
| 15 <param name="matrix" type="data" format="phylip" /> | |
| 16 </inputs> | |
| 17 <outputs> | |
| 18 <data name="tree" format="nhx" /> | |
| 19 </outputs> | |
| 20 <tests> | |
| 21 <test> | |
| 22 <param name="matrix" value="distance_matrix.phy"/> | |
| 23 <output name="tree" value="tree.nhx"/> | |
| 24 </test> | |
| 25 </tests> | |
| 26 <help><![CDATA[ | |
| 27 ]]></help> | |
| 28 <citations> | |
| 29 </citations> | |
| 30 </tool> |
