soedinglab / hh-suite

Remote protein homology detection suite.
https://bmcbioinformatics.biomedcentral.com/articles/10.1186/s12859-019-3019-7
GNU General Public License v3.0
515 stars 128 forks source link

.HMM convert to .HHM #325

Closed jamaliki closed 1 year ago

jamaliki commented 1 year ago

I have recently realized that hh-suite has removed support for HMMER files completely. I was wondering if there was a utility to convert HMMER format to the new HHSearch format, or even some kind of guide to explain what the differences are so that I could implement it myself.

Regenerating the profiles is not possible, since the profile itself is the output of my program, not an alignment.

One (horrible) hack for things to work for the moment has been to use hmmemit and generate a few sequences, align them using hmmalign, then feed this to hmmake to create an .hhm file, and then send that to hhblits. This works, but there must be a much much better way.

jamaliki commented 1 year ago

This is no longer necessary.