logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

hmmpress - prepare a profile database for hmmscan

Author

http://eddylab.org

HMMER 3.4                                           Aug 2023                                         hmmpress(1)

Description

       Constructs  binary compressed datafiles for hmmscan, starting from a profile database hmmfile in standard
       HMMER3 format.  The hmmpress step is required for hmmscan to work.

       Four files are created: hmmfile.h3m,hmmfile.h3i,hmmfile.h3f, and  hmmfile.h3p.   The  hmmfile.h3m  file
       contains  the profile HMMs and their annotation in a binary format.  The hmmfile.h3i file is an SSI index
       for the hmmfile.h3m file.  The hmmfile.h3f  file  contains  precomputed  data  structures  for  the  fast
       heuristic  filter  (the  MSV  filter).  The hmmfile.h3p file contains precomputed data structures for the
       rest of each profile.

       hmmfile may not be '-' (dash); running hmmpress on a standard input stream rather  than  a  file  is  not
       allowed.

Name

       hmmpress - prepare a profile database for hmmscan

Options

-h     Help; print a brief reminder of command line usage and all available options.

       -f     Force;  overwrites  any previous hmmpress'ed datafiles. The default is to bitch about any existing
              files and ask you to delete them first.

See Also

       See 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/).

Synopsis

hmmpress [options] hmmfile

See Also