User Tools

Site Tools


infernal-software

Infernal

Infernal ("INFERence of RNA ALignment") is for searching DNA sequence databases for RNA structure and sequence similarities. It is an implementation of a special case of profile stochastic context-free grammars called covariance models (CMs). A CM is like a sequence profile, but it scores a combination of sequence consensus and RNA secondary structure consensus, so in many cases, it is more capable of identifying RNA homologs that conserve their secondary structure more than their primary sequence.

Information

Usage

See versions of infernal that are available:

$ module avail infernal

Load one version into your environment and run it:

$ module load infernal/1.1.2
$ infernal

Installation

Notes from the sysadmin during installation:

$ cd /tmp
$ wget http://eddylab.org/infernal/infernal-1.1.2-linux-intel-gcc.tar.gz
$ tar xf infernal-1.1.2-linux-intel-gcc.tar.gz
$ sudo mkdir -p /export/apps/infernal/1.1.2
$ sudo cp infernal-1.1.2-linux-intel-gcc/binaries/* /export/apps/infernal/1.1.2
infernal-software.txt · Last modified: 2019/07/20 12:57 by aorth