Why Is Makeprofiledb Throwing Confusing Defline Errors?
0
0
Entering edit mode
10.1 years ago
mez • 0

I have an alignment file [alignment.aln]:

>lcl|21974
MRLQLILTITLLLTSFMGYRDAAVIQGKTERSAMKMRKLLQILHKNSCGCNDDDSDGDDCCFGTCLDNACWPVKKRSSAI

I can make a blastdb with this file:

makeblastdb -in alignment.aln -out alignment -dbtype prot -parse_seqids

I can make a pssm of this:

psiblast -query alignment.aln -db virulence_factors -parse_deflines -out_pssm alignment.smp

Add the file to a master pssm list:

echo "alignment.smp" > alignment.pn

But when I try and make a profile from this:

makeprofiledb -in alignment.pn -out alignment

I get an error that doesn't make sense to me:

Error: (CWriteDBException::eArgErr) Error: No deflines provided.
Error: (106.16) Application's execution failed(CWriteDBException::eArgErr) Error: No deflines provided.

As I understand it, the deflines are defined standardly. Why is this failing?

blast • 1.6k views
ADD COMMENT

Login before adding your answer.

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