Mercurial > repos > dfornika > mentalist
view tools/mentalist_tree/mentalist_tree.xml @ 8:f29e7738bb64 draft
planemo upload for repository https://github.com/WGS-TB/MentaLiST/tree/master/galaxy commit d6aa0144475c93626400a46e933acbbd77fefb01-dirty
author | dfornika |
---|---|
date | Mon, 18 Jun 2018 15:52:32 -0400 |
parents | |
children | a6cd59f35832 |
line wrap: on
line source
<tool id="mentalist_tree" name="MentaLiST Tree" version="0.1.9"> <requirements> <requirement type="package" version="1.71">biopython</requirement> </requirements> <command detect_errors="exit_code"><![CDATA[ $__tool_directory__/mentalist_tree '${input}' > '${output}' ]]></command> <inputs> <param name="input" type="data" format="tabular" label="MentaLiST Distance Matrix" help=""/> </inputs> <outputs> <data name="output" format="txt"/> </outputs> <tests> <test> <param name="input" value="mentalist_tree/small_input_00.tsv" /> <output name="output" file="mentalist_tree/small_output_00.nwk" /> </test> <test> <param name="input" value="mentalist_tree/med_input_00.tsv" /> <output name="output" file="mentalitst_tree/med_output_00.nwk" /> </test> </tests> <help><![CDATA[ mentalist_distance <input.tsv> ]]></help> <citations> <citation type="doi">10.1101/172858</citation> </citations> </tool>