You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For instructions on how to use the software, the input format and output formats, please see [the Roary website](http://sanger-pathogens.github.io/Roary).
*[Installing from source (advanced Linux users only)](#installing-from-source-advanced-linux-users-only)
28
+
*[Ancient systems and versions of perl](#ancient-systems-and-versions-of-perl)
29
+
*[Versions of software we test against](#versions-of-software-we-test-against)
30
+
*[Usage](#usage)
31
+
*[License](#license)
32
+
*[Feedback/Issues](#feedbackissues)
33
+
*[Citation](#citation)
34
+
*[Further Information](#further-information)
35
+
36
+
## Introduction
6
37
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.
7
38
8
-
## Citation
9
-
"Roary: Rapid large-scale prokaryote pan genome analysis",
10
-
Andrew J. Page, Carla A. Cummins, Martin Hunt, Vanessa K. Wong, Sandra Reuter, Matthew T. G. Holden, Maria Fookes, Daniel Falush, Jacqueline A. Keane, Julian Parkhill,
There are a number of ways to install Roary and details are provided below. If you encounter an issue when installing Roary please contact your local system administrator. If you encounter a bug please log it [here](https://github.com/sanger-pathogens/Roary/issues) or email us at [email protected].
56
+
57
+
### Ubuntu/Debian
58
+
#### Debian Testing
29
59
```
30
60
sudo apt-get install roary
31
61
```
32
62
33
-
### Ubuntu 14.04/16.04
63
+
####Ubuntu 14.04/16.04
34
64
All the dependancies can be installed using apt and cpanm. Root permissions are required. Ubuntu 16.04 contains a package for Roary but it is frozen at v3.6.0.
Roary is available from the Galaxy toolshed (as is Prokka).
85
+
###Galaxy
86
+
Roary is available from the Galaxy toolshed (as is Prokka).
57
87
58
-
## GNU Guix
88
+
###GNU Guix
59
89
Roary is included in [Guix](https://www.gnu.org/software/guix) and can be installed in the usual way:
60
90
```
61
91
guix package --install roary
62
92
```
63
93
64
-
## Virtual Machine - OSX/Linux/Windows
94
+
###Virtual Machine - OSX/Linux/Windows
65
95
Roary wont run natively on Windows but we have created virtual machine which has all of the software setup, including Prokka, along with the test datasets from the paper. It is based on [Bio-Linux 8](http://environmentalomics.org/bio-linux/). You need to first install [VirtualBox](https://www.virtualbox.org/), then load the virtual machine, using the 'File -> Import Appliance' menu option. The root password is 'manager'.
More importantly though, if you're trying to do bioinformatics on Windows, you're not going to get very far and you should seriously consider upgrading to Linux.
70
100
71
-
## Docker - OSX/Linux/Windows/Cloud
101
+
###Docker - OSX/Linux/Windows/Cloud
72
102
We have a docker container which gets automatically built from the latest version of Roary in Debian Med. To install it:
73
103
74
104
```
@@ -80,7 +110,7 @@ To use it you would use a command such as this (substituting in your directories
## Installing from source (advanced Linux users only)
113
+
###Installing from source (advanced Linux users only)
84
114
As a last resort you can install everything from source. This is for users with advanced Linux skills and we do not provide any support with this method since you have the skills to figure things out.
85
115
Download the latest software from (https://github.com/sanger-pathogens/Roary/tarball/master).
86
116
@@ -108,10 +138,10 @@ Install the external dependances either from source or from your packaging syste
The code will not work with perl 5.8 or below (pre-modern perl). We no longer test against 5.10 (released 2007) or 5.12 (released 2010). If you're running a very old verison of Linux, you're also in trouble.
113
143
114
-
# Versions of software we test against
144
+
###Versions of software we test against
115
145
* Perl 5.14, 5.26
116
146
* cdhit 4.6.8
117
147
* ncbi blast+ 2.6.0
@@ -120,3 +150,59 @@ The code will not work with perl 5.8 or below (pre-modern perl). We no longer te
-e create a multiFASTA alignment of core genes using PRANK
162
+
-n fast core gene alignment with MAFFT, use with -e
163
+
-i minimum percentage identity for blastp [95]
164
+
-cd FLOAT percentage of isolates a gene must be in to be core [99]
165
+
-qc generate QC report with Kraken
166
+
-k STR path to Kraken database for QC, use with -qc
167
+
-a check dependancies and print versions
168
+
-b STR blastp executable [blastp]
169
+
-c STR mcl executable [mcl]
170
+
-d STR mcxdeblast executable [mcxdeblast]
171
+
-g INT maximum number of clusters [50000]
172
+
-m STR makeblastdb executable [makeblastdb]
173
+
-r create R plots, requires R and ggplot2
174
+
-s dont split paralogs
175
+
-t INT translation table [11]
176
+
-ap allow paralogs in core alignment
177
+
-z dont delete intermediate files
178
+
-v verbose output to STDOUT
179
+
-w print version and exit
180
+
-y add gene inference information to spreadsheet, doesnt work with -e
181
+
-iv STR Change the MCL inflation value [1.5]
182
+
-h this help message
183
+
184
+
Example: Quickly generate a core gene alignment using 8 threads
185
+
roary -e --mafft -p 8 *.gff
186
+
187
+
For further info see: http://sanger-pathogens.github.io/Roary/
188
+
```
189
+
For further instructions on how to use the software, the input format and output formats, please see [the Roary website](http://sanger-pathogens.github.io/Roary).
190
+
191
+
## License
192
+
Roary is free software, licensed under [GPLv3](https://github.com/sanger-pathogens/Roary/blob/master/GPL-LICENSE).
193
+
194
+
## Feedback/Issues
195
+
Please report any issues to the [issues page](https://github.com/sanger-pathogens/Roary/issues) or email [email protected].
196
+
197
+
## Citation
198
+
If you use this software please cite:
199
+
200
+
"Roary: Rapid large-scale prokaryote pan genome analysis",
201
+
Andrew J. Page, Carla A. Cummins, Martin Hunt, Vanessa K. Wong, Sandra Reuter, Matthew T. G. Holden, Maria Fookes, Daniel Falush, Jacqueline A. Keane, Julian Parkhill,
0 commit comments