Skip to content

Commit

Permalink
Merge pull request #149 from andrewjpage/mafft
Browse files Browse the repository at this point in the history
Mafft and exonerate dependancies
  • Loading branch information
andrewjpage committed Jun 12, 2015
2 parents 51d73a9 + 5bfae6a commit c291f57
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Roary takes annotated assemblies as input in GFF3 format, such as those produced
Assuming you have root on your system, all the dependancies can be installed using apt and cpanm (only tested on Ubuntu 14.04).

```
sudo apt-get install bedtools cd-hit ncbi-blast+ mcl parallel cpanminus prank
sudo apt-get install bedtools cd-hit ncbi-blast+ mcl parallel cpanminus prank mafft exonerate
sudo cpanm -f Bio::Roary
```

Expand All @@ -38,7 +38,7 @@ Assuming you have [homebrew](http://brew.sh/) (OSX) or [linuxbrew](http://brew.s

```
brew tap homebrew/science
brew install bedtools cd-hit blast mcl parallel prank
brew install bedtools cd-hit blast mcl parallel prank mafft exonerate
cpanm -f Bio::Roary
```

Expand Down
4 changes: 3 additions & 1 deletion install_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ sudo apt-get install -y -q g++ \
libdb-dev \
libssl-dev \
ncbi-blast+ \
mcl
mcl \
exonerate \
mafft

download () {
download_url=$1
Expand Down

0 comments on commit c291f57

Please sign in to comment.