|
NAMEhmmalign - align sequences to a profileSYNOPSIShmmalign [options] hmmfile seqfileDESCRIPTIONPerform a multiple sequence alignment of all the sequences in seqfile by aligning them individually to the profile HMM in hmmfile. The new alignment is output to stdout.The hmmfile should contain only a single profile. If it contains more, only the first profile in the file will be used. Either hmmfile or seqfile (but not both) may be '-' (dash), which means reading this input from stdin rather than a file. The sequences in seqfile are aligned in unihit local alignment mode. Therefore they should already be known to contain only a single domain (or a fragment of one). The optimal alignment may assign some residues as nonhomologous (N and C states), in which case these residues are still included in the resulting alignment, but shoved to the outer edges. To trim these unaligned nonhomologous residues from the result, see the --trim option. OPTIONS
SEE ALSOSee hmmer(1) for a master man page with a list of all the individual man pages for programs in the HMMER package.For complete documentation, see the user guide that came with your HMMER distribution (Userguide.pdf); or see the HMMER web page (http://hmmer.org/). COPYRIGHTCopyright (C) 2019 Howard Hughes Medical Institute. Freely distributed under the BSD open source license. For additional information on copyright and licensing, see the file called COPYRIGHT in your HMMER source distribution, or see the HMMER web page (http://hmmer.org/). AUTHORhttp://eddylab.org
Visit the GSP FreeBSD Man Page Interface. |