Skip to content

Commit eb132dc

Browse files
committed
bbmap is in brew pkg manager now
1 parent 34c2ca2 commit eb132dc

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

Diff for: README.md

+1-6
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,11 @@
3030
#### Example local installation:
3131

3232
brew tap homebrew/science && brew update
33-
brew install blast bowtie2 kraken mlst prokka quast rnammer spades trimmomatic
33+
brew install bbmap blast bowtie2 kraken mlst prokka quast rnammer spades trimmomatic
3434
brew tap tseemann/homebrew-bioinformatics-linux && brew update
3535
brew install bandage
3636
pip install -U pip && pip install biopython
3737
cd $HOME
38-
wget https://downloads.sourceforge.net/project/bbmap/BBMap_36.11.tar.gz
39-
gunzip BBMap_36.11.tar.gz
40-
cd bbmap
41-
make -f makefile.linux
42-
echo 'export PATH="$HOME/bbmap:$PATH"' >> $HOME/.bash_profile
4338
git clone https://github.com/chrisgulvik/AR_Bank_scripts.git
4439
echo 'export PATH="$PATH:$HOME/AR_Bank_scripts"' >> $HOME/.bash_profile
4540
gunzip ~/AR_Bank_scripts/DBs/*.gz

0 commit comments

Comments
 (0)