1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Brief installation instructions
HMMER 3.4 (Aug 2023)
Starting from a source distribution, hmmer-3.4.tar.gz:
uncompress hmmer-3.4.tar.gz
tar xf hmmer-3.4.tar
cd hmmer-3.4
./configure
make
make check # optional: automated tests
make install # optional: install HMMER programs and man pages
(cd easel; make install) # optional: install Easel tools too
For more details including customization, supported platforms, and
troubleshooting, see the Installation chapter in the HMMER User's
Guide (Userguide.pdf).
|