Mercurial > repos > dereeper > roary_plots
view roary_plots.xml @ 0:c47a5f61bc9f draft
Uploaded
author | dereeper |
---|---|
date | Fri, 14 May 2021 20:27:06 +0000 |
parents | |
children | 997f4f276c1c |
line wrap: on
line source
<tool id="roary_plots" name="Roary plots" version="1.0"> <description>Generate plots from Roary outputs</description> <requirements> <requirement type="package" version="3.4.2">matplotlib</requirement> <requirement type="package" version="1.20.2">numpy</requirement> <requirement type="package" version="1.2.4">pandas</requirement> <requirement type="package" version="0.11.1">seaborn</requirement> </requirements> <command interpreter="perl">roary_plots.sh $tree $input $heatmap </command> <inputs> <param format="tabular" name="input" type="data" label="Gene Presence Absence matrix"/> <param format="newick" name="tree" type="data" label="Newick"/> </inputs> <outputs> <data format="png" name="heatmap" label="Heatmap tree"/> </outputs> <help> For full documentation, please go to the Roary plots website : https://github.com/sanger-pathogens/Roary/tree/master/contrib/roary_plots </help> </tool>