Good Afternoon
I'm trying to run a protein search through HMMER (phmmer) against PFam database in command line. However the process is interrupted and the following message appears: Failed to open target database sequence HMMER/database/Pfam-A.fasta for reading. I would like to know what's happening.
Hi cayro
Did you prepare your database with
hmmpress
?hmmpress
creates four binary files. The database cannot be read because it needs to have those four auxiliary binary files generated by hmmpress.hmmpress is for HMM files that you're going to search with hmmscan; not for FASTA files that'll be searched with phmmer.
How could I run this database? Because I tried with the uniprot database in fasta format and it worked. Would I have to change the format of my bank?
I tried this approach, however the following message appears:
Error: File format problem in trying to open HMM file database/Pfam/Pfam-A.fasta. Format tag is '>S6ENI5_9CLOT/170-197': unrecognized. Current H3 format is 'HMMER3/f'. Previous H2/H3 formats also supported.
Pfam-A.fasta is a FASTA sequence file. It is not a profile HMM database. (Have you looked at it? If not, look at it.)
It's a fasta sequence. I can't understand why it does not work. Should I change the format of my database?
Hi, Did you ever find a solution to this problem? I am getting the same exact error message.