Andrew Page
/
3.13.0
(AJPAGE on 2019-11-06)
3.12.0
(AJPAGE on 2018-01-26)
3.11.3
(AJPAGE on 2018-01-12)
3.11.2
(AJPAGE on 2018-01-12)
3.11.1
(AJPAGE on 2018-01-10)
3.11.0
(AJPAGE on 2017-10-20)
3.10.2
(AJPAGE on 2017-09-08)
3.10.1
(AJPAGE on 2017-09-07)
3.10.0
(AJPAGE on 2017-09-07)
3.9.1
(AJPAGE on 2017-08-22)
3.8.2
(AJPAGE on 2017-05-21)
3.8.0
(AJPAGE on 2017-01-25)
3.7.0
(AJPAGE on 2016-09-23)
3.6.8
(AJPAGE on 2016-08-02)
3.6.7
(AJPAGE on 2016-07-26)
3.6.6
(AJPAGE on 2016-07-25)
3.6.5
(AJPAGE on 2016-07-20)
3.6.4
(AJPAGE on 2016-07-07)
3.6.3
(AJPAGE on 2016-07-01)
3.6.2
(AJPAGE on 2016-05-16)
3.6.1
(AJPAGE on 2016-04-18)
3.6.0
(AJPAGE on 2016-02-23)
3.5.9
(AJPAGE on 2016-02-17)
3.5.8
(AJPAGE on 2016-01-20)
3.5.7
(AJPAGE on 2015-12-17)
3.5.6
(AJPAGE on 2015-12-01)
3.5.5
(AJPAGE on 2015-11-26)
3.5.4
(AJPAGE on 2015-11-26)
3.5.3
(AJPAGE on 2015-11-26)
3.5.2
(AJPAGE on 2015-11-25)
3.5.1
(AJPAGE on 2015-11-12)
3.5.0
(AJPAGE on 2015-11-12)
3.4.3
(AJPAGE on 2015-11-12)
3.4.2
(AJPAGE on 2015-10-12)
3.4.1
(AJPAGE on 2015-10-08)
3.4.0
(AJPAGE on 2015-10-07)
3.3.4
(AJPAGE on 2015-10-07)
3.3.3
(AJPAGE on 2015-10-01)
3.3.2
(AJPAGE on 2015-09-28)
3.3.1
(AJPAGE on 2015-09-28)
3.2.9
(AJPAGE on 2015-09-23)
3.2.8
(AJPAGE on 2015-09-23)
3.2.7
(AJPAGE on 2015-09-02)
3.2.6
(AJPAGE on 2015-09-02)
3.2.5
(AJPAGE on 2015-08-17)
3.2.4
(AJPAGE on 2015-07-23)
3.2.3
(AJPAGE on 2015-07-22)
3.2.2
(AJPAGE on 2015-07-22)
3.2.1
(AJPAGE on 2015-07-21)
3.2.0
(AJPAGE on 2015-07-20)
3.1.4
(AJPAGE on 2015-07-16)
3.1.3
(AJPAGE on 2015-07-16)
3.1.2
(AJPAGE on 2015-07-13)
3.1.2-TRIAL DEV
(AJPAGE on 2015-06-29)
3.1.1
(AJPAGE on 2015-06-26)
3.1.0
(AJPAGE on 2015-06-22)
3.0.3
(AJPAGE on 2015-06-15)
3.0.2
(AJPAGE on 2015-06-12)
3.0.1
(AJPAGE on 2015-06-12)
3.0.0
(AJPAGE on 2015-06-11)
2.3.4
(AJPAGE on 2015-06-10)
2.3.3
(AJPAGE on 2015-06-08)
2.3.2
(AJPAGE on 2015-06-08)
2.3.1
(AJPAGE on 2015-06-02)
2.3.0
(AJPAGE on 2015-06-01)
2.2.6
(AJPAGE on 2015-06-01)
2.2.5
(AJPAGE on 2015-06-01)
2.2.3
(AJPAGE on 2015-05-21)
2.2.2
(AJPAGE on 2015-05-21)
2.2.1
(AJPAGE on 2015-05-14)
2.2.0
(AJPAGE on 2015-05-14)
2.1.2
(AJPAGE on 2015-05-12)
2.1.1
(AJPAGE on 2015-04-29)
2.1.0
(AJPAGE on 2015-04-22)
2.0.9
(AJPAGE on 2015-04-20)
2.0.8
(AJPAGE on 2015-04-09)
2.0.7
(AJPAGE on 2015-03-28)
2.0.6
(AJPAGE on 2015-03-27)
2.0.5
(AJPAGE on 2015-03-26)
2.0.4
(AJPAGE on 2015-03-23)
2.0.3
(AJPAGE on 2015-03-18)
2.0.2
(AJPAGE on 2015-03-17)
2.0.1
(AJPAGE on 2015-03-16)
2.0.0
(AJPAGE on 2015-03-16)
Bio-Roary-2.0.2
++
/
README.md
#Roary the pan genome pipeline
Roary is a high speed stand alone pan genome pipeline, which takes annotated assemblies in GFF3 format (produced by Prokka) and calculates the pan genome. Using a standard desktop PC, it can analyse datasets with thousands of samples, something which is computationally infeasible with existing methods, without compromising the quality of the results. 128 samples can be analysed in under 1 hour using 1 GB of RAM and a single processor. To perform this analysis using existing methods would take weeks and hundreds of GB of RAM.
##Input
Roary takes annotated assemblies as input in GFF3 format, such as those produced by Prokka .
##Installation - Ubuntu/Debian
Assuming you have root on your system, all the dependancies can be installed using apt and cpanm.
sudo apt-get install bedtools cd-hit ncbi-blast+ mcl muscle parallel cpanminus
sudo cpanm Bio::Roary
##Installation - OSX using homebrew
Assuming you have homebrew setup and installed on your OSX system, tap the science keg and install the dependancies, then install the perl modules:
brew tap homebrew/science
brew install bedtools cd-hit blast mcl muscle parallel
cpanm Bio::Roary
##Installation - With bundled binaries
###Download
Download the latest software from
https://github.com/sanger-pathogens/Roary/archive/v2.0.0.tar.gz
###Extract
Choose somewhere to put it, for example in your home directory (no root access required):
cd $HOME
tar zxvf v2.0.0.tar.gz
ls Roary-*
###Add to your Environment
Add the following lines to your $HOME/.bashrc file, or to /etc/profile.d/roary.sh to make it available to all users:
export PATH=$PATH:$HOME/Roary-x.x.x/bin
export PERL5LIB=$PERL5LIB:$HOME/Roary-x.x.x/lib
###Install perl dependancies
cpanm Array::Utils BioPerl Exception::Class File::Find::Rule File::Grep File::Slurp Graph Moose Moose::Role Text::CSV