Hi
I downloaded the nr.gz file from blast ftp link. nr folder has 44 tar.gz files. I could not make a blast database using this folder. Can anyone help me to create a database for doing blast.
Command i used to create a blastdb makeblastdb -in nr -input_type fasta -dbtype prot -title nrprotein -parse_seqids -out proteindbncbi
Building a new DB, current time: 08/23/2016 15:27:08 New DB name: proteindbncbi New DB title: nrprotein Sequence type: Protein Keep Linkouts: T Keep MBits: T Maximum file size: 1000000000B BLAST options error: File nr.00 does not exist
What did you do with the 44 tar files? Did you unzip them? Your in file is "nr" in your command, but your blast error is looking for nr.00 (the first of the db files).