File tree 1 file changed +1
-6
lines changed
1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change 30
30
#### Example local installation:
31
31
32
32
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
34
34
brew tap tseemann/homebrew-bioinformatics-linux && brew update
35
35
brew install bandage
36
36
pip install -U pip && pip install biopython
37
37
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
43
38
git clone https://github.com/chrisgulvik/AR_Bank_scripts.git
44
39
echo 'export PATH="$PATH:$HOME/AR_Bank_scripts"' >> $HOME/.bash_profile
45
40
gunzip ~/AR_Bank_scripts/DBs/*.gz
You can’t perform that action at this time.
0 commit comments