Blast+ db problem
0
0
Entering edit mode
8.2 years ago
Xylanaser ▴ 80

Hello,

I have a problem with blast db. I make it with makeblastdb with:

blastdbcmd -db nr -entry all -outfmt "%g %T" | \
  awk ' { if ($2 == 9606) { print $1 } } ' | \
  blastdbcmd -db refseq_protein -entry_batch - -out human_sequences.txt

from here

(dont know perl!)

and have this now:

psiblast -query query.txt -db db_prot -outfmt "7 qseqid sseqid evalue bitscore qlen gaps nident" -num_iterations 2 - max_target_seqs 20 -gilist human > seq0.txt>
**Error: NCBI C++ Exception:>
    "/build/buildd/ncbi-blast+-2.2.28/c++/src/corelib/ncbifile.cpp", line 4703: Error: ncbi::CMemoryFileMap::CMemoryFileMap() - To be memory mapped the file must exist:**

Can someone help ?

Regards

standalone blast makeblastdb • 3.2k views
ADD COMMENT
1
Entering edit mode

Here is the relevant bit you need to look at.

To be memory mapped the file must exist

One of the files in your command line either does not exist or is not in the local directory from where you are running the command.

ADD REPLY

Login before adding your answer.

Traffic: 1969 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