File: INSTALL

package info (click to toggle)
hmmer 3.4%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 37,260 kB
  • sloc: ansic: 139,162; perl: 10,213; sh: 3,344; makefile: 2,187; python: 1,110
file content (20 lines) | stat: -rw-r--r-- 591 bytes parent folder | download | duplicates (2)
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).