0
|
1 <tool id="roary_plots" name="Roary plots" version="1.0">
|
|
2 <description>Generate plots from Roary outputs</description>
|
1
|
3 <requirements>
|
|
4 <requirement type="package" version="1.78">biopython</requirement>
|
0
|
5 <requirement type="package" version="3.4.2">matplotlib</requirement>
|
|
6 <requirement type="package" version="1.20.2">numpy</requirement>
|
|
7 <requirement type="package" version="1.2.4">pandas</requirement>
|
|
8 <requirement type="package" version="0.11.1">seaborn</requirement>
|
|
9 </requirements>
|
|
10
|
|
11 <command interpreter="perl">roary_plots.sh $tree $input $heatmap
|
|
12 </command>
|
|
13
|
|
14
|
|
15 <inputs>
|
|
16 <param format="tabular" name="input" type="data" label="Gene Presence Absence matrix"/>
|
|
17 <param format="newick" name="tree" type="data" label="Newick"/>
|
|
18
|
|
19 </inputs>
|
|
20
|
|
21 <outputs>
|
|
22 <data format="png" name="heatmap" label="Heatmap tree"/>
|
|
23 </outputs>
|
|
24
|
|
25 <help>
|
|
26 For full documentation, please go to the Roary plots website : https://github.com/sanger-pathogens/Roary/tree/master/contrib/roary_plots
|
|
27
|
|
28 </help>
|
|
29
|
|
30 </tool>
|