File: INSTALL

package info (click to toggle)
infernal 1.1.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 69,944 kB
  • sloc: ansic: 219,655; perl: 14,057; sh: 6,136; makefile: 2,909; python: 1,144
file content (17 lines) | stat: -rw-r--r-- 694 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Brief installation instructions 
Infernal 1.1.4 (Dec 2020)

Starting from a source distribution, infernal-1.1.4.tar.gz:
   uncompress infernal-1.1.4.tar.gz  
   tar xf infernal-1.1.4.tar
   cd infernal-1.1.4
   ./configure
   make
   make check                        # optional: automated tests
   make install                      # optional: install Infernal programs and man pages
   (cd hmmer; make install)          # optional: install HMMER programs too
   (cd easel; make install)          # optional: install Easel tools too

For more details including customization, supported platforms, and
troubleshooting, see the Installation chapter in the Infernal User's
Guide (Userguide.pdf).