Skip to content

Commit

Permalink
Update update_blast_db
Browse files Browse the repository at this point in the history
  • Loading branch information
snacktavish committed May 1, 2020
1 parent 8b232ea commit 34e15a6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions taxonomy/update_blast_db
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ Install blast command line tools:
Instructions at
https://www.ncbi.nlm.nih.gov/books/NBK279671/
https://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/


e.g. on linux:
wget https://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/LATEST/ncbi-blast-2.10.0+-x64-linux.tar.gz
tar -xzvf ncbi-blast-2.10.0+-x64-linux.tar.gz

The binaries are in /bin


# go to your local blast dblocation
update_blastdb nt
cat *.tar.gz | tar -xvzf - -i
Expand Down

0 comments on commit 34e15a6

Please sign in to comment.