(hmmsearch) find targets with multiple query profiles with hmmsearch
1
0
Entering edit mode
2.5 years ago
usr2 ▴ 10

hmmsearch manual specifies:

"hmmsearch is used to search one or more profiles against a sequence database"

However I could not find specification about how to specify multiple queries. I tried hmmsearch [options] <hmmfile1> <hmmfile> <seqdb> without succes.

Does someone know if its possible to search for proteins with two profiles?

thanks & cheers,

multiple hmmer queries hmmsearch profiles • 1.1k views
ADD COMMENT
1
Entering edit mode
2.5 years ago
Mensur Dlakic ★ 27k

You will have to concatenate multiple HMMs into a single file. They have a double slash // to signify the end of profile, and the program knows that whatever comes next will be a separate profile. After that, you do a simple command:

hmmsearch [options] <concatenated_hmmfile> <seqdb>
ADD COMMENT
0
Entering edit mode

Many thanks! :)

ADD REPLY

Login before adding your answer.

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