Skip to content

Commit

Permalink
download nr directly
Browse files Browse the repository at this point in the history
  • Loading branch information
peterthorpe5 committed Jan 25, 2023
1 parent 07bd858 commit a3c6419
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion Diamond_BLAST_add_taxonomic_info/Download_all_files_I_need.sh
Original file line number Diff line number Diff line change
Expand Up @@ -390,9 +390,17 @@ echo downloading and unzipping done

export BLASTDB=$`pwd`

blastdbcmd -entry 'all' -db nr > nr.faa
#blastdbcmd -entry 'all' -db nr > nr.faa

wget https://ftp.ncbi.nlm.nih.gov/blast/db/FASTA/nr.gz

wget https://ftp.ncbi.nlm.nih.gov/blast/db/FASTA/swissprot.gz

echo "downloading and unzipping done"

ln -s nr nr.faa

ln -s Swiss-rot swissprot.faa

python prepare_accession_to_description_db.py

0 comments on commit a3c6419

Please sign in to comment.