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
|
3
|
11 <command>${__tool_directory__}/Roary/contrib/roary_plots/roary_plots.py --labels $tree $input ;cp pangenome_matrix.png $heatmap; cp -rf pangenome_frequency.png $frequency; cp -rf pangenome_pie.png $pie</command>
|
0
|
12
|
|
13
|
|
14 <inputs>
|
3
|
15 <param format="csv" name="input" type="data" label="Gene Presence Absence matrix"/>
|
0
|
16 <param format="newick" name="tree" type="data" label="Newick"/>
|
|
17
|
|
18 </inputs>
|
|
19
|
|
20 <outputs>
|
3
|
21 <data format="png" name="heatmap" label="Pangenome matrix tree"/>
|
|
22 <data format="png" name="frequency" label="Pangenome frequency"/>
|
|
23 <data format="png" name="pie" label="Pangenome pie"/>
|
0
|
24 </outputs>
|
|
25
|
|
26 <help>
|
|
27 For full documentation, please go to the Roary plots website : https://github.com/sanger-pathogens/Roary/tree/master/contrib/roary_plots
|
|
28
|
|
29 </help>
|
|
30
|
|
31 </tool>
|