====== 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 ===== * Version: 1.1.2 * Added: July, 2019 * Link: http://eddylab.org/infernal/ ===== 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