error in Makeblastdb
1
0
Entering edit mode
6.2 years ago
Janey ▴ 30

Hi

I want to make local database by uniref90 with this command:

./makeblastdb -in uniref90.fasta -dbtype prot -out uniref_db

but i get multiple psq, pin and phr files:

uniref_db.09.psq

uniref_db.09.pin

uniref_db.09.phr

uniref_db.08.psq

uniref_db.08.pin

uniref_db.08.phr

........................

Can anyone help me to solve this problem.

RNA-Seq • 1.2k views
ADD COMMENT
3
Entering edit mode
6.2 years ago
Joe 22k

Its not a problem, its normal. The database is very large, so makeblastdb breaks it up.

On our server, the nr database is in 83 parts for example. You only ever need to provide the 'stem name' of the database to blast, as it uses all the various extensions, so it will find the mulitple parts as normal.

In your case, you'd do something like:

blast -db /path/to/uniref_db   <options>    # note that the extension isnt specified for the DB.
ADD COMMENT
0
Entering edit mode

Thank you for your answer.

ADD REPLY
0
Entering edit mode

If an answer was helpful you should upvote it, if the answer resolved your question you should mark it as accepted.
Upvote|Bookmark|Accept

ADD REPLY

Login before adding your answer.

Traffic: 3580 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6