view roary_plots.xml @ 1:997f4f276c1c draft

Uploaded
author dereeper
date Fri, 14 May 2021 20:42:33 +0000
parents c47a5f61bc9f
children e95344f6dfc5
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="1.78">biopython</requirement>
	 <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>