Hi, everyone.
I am making a protein gene family tree, I decide to use hmmalign to align my protein set to hmm model then use FastTree or other Tree methods to make a tree. In order to trim nonhomologous residues, I also set the --trim parameter. But I find it seems that tree methods like FastTree not parse the hmmalign output and it will report the error.
I am wondering whether someone can give some advice about how to link hmmalign result and FastTree or other Tree tools.
Thanks
Guandong Shang
Thanks ! And I just find it seems that hmmalign also have "--outformat" parameter, I am curious the difference between "hmmalign --outformat afa" and "esl-reformat afa"
My version of
hmmalign
doesn't have the--outformat afa
option (only--outformat a2m
, which is different). If yours does, that should work without the extra re-alignment step.Thanks, my HMMER version did have --outformat afa :)