Mercurial > repos > dfornika > quicktree
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/quicktree.xml Fri Jun 28 22:59:45 2019 -0400 @@ -0,0 +1,30 @@ +<tool id="quicktree" name="quicktree" version="2.4"> + <description>quicktree</description> + <requirements> + <requirement type="package" version="2.4">quicktree</requirement> + </requirements> + <version_command>quicktree -v</version_command> + <command detect_errors="exit_code"><![CDATA[ + quicktree + -in m + -out t + '${matrix}' + > '${tree}' + ]]></command> + <inputs> + <param name="matrix" type="data" format="phylip" /> + </inputs> + <outputs> + <data name="tree" format="nhx" /> + </outputs> + <tests> + <test> + <param name="matrix" value="distance_matrix.phy"/> + <output name="tree" value="tree.nhx"/> + </test> + </tests> + <help><![CDATA[ + ]]></help> + <citations> + </citations> +</tool>