Unable to run Roary plots on CLIMB

Good day @mattbull,
I have created a core genome with roary and am now interested in running roary plots, using the command, roary_plots.py name_of_your_newick_tree_file.tre gene_presence_absence.csv. I am following the protocol from Andrew page (http://sanger-pathogens.github.io/Roary/ ) however it appears some of the dependencies needed to run roary plots aren’t installed by default. Please, can you help?
I am not able to install the needed dependencies following the guidelines here,

Thanks for your kind assistance.
Ebenn

roary_plots.py and roary.ipynb aren’t dependencies of Roary per se, they were developed by Marco Galardini to provide some additional summary plots at the end of the Roary process, which is why they aren’t included with the standard Roary install on GVL.

The Roary guys do provide the contributed scripts in their repo though, so you can either:

git clone https://github.com/sanger-pathogens/Roary.git
cd Roary/contrib/roary_plots

to find the scripts, or you can download them directly from GitHub:

wget https://raw.githubusercontent.com/sanger-pathogens/Roary/master/contrib/roary_plots/roary_plots.py
wget https://github.com/sanger-pathogens/Roary/blob/master/contrib/roary_plots/roary_plots.ipynb

1 Like

Hi mattbull,
Many thanks for this!
roary plots is now installed.

Cheers,
Ebenn

This topic was automatically closed after 7 days. New replies are no longer allowed.