Installation instructions

RNAsoup is written in C and uses the GNU configuration and installation system:

cd /somedir/RNAsoup
./configure
make
make install (as root)

This installs the RNAsoup files into /usr/local/bin and /usr/local/man.

If you have no root rights on your system or prefer to install RNAsoup into a self-contained directory run configure for example like this:

./configure --prefix=/somedir/RNAsoup

A shell script (/somedir/RNAsoup/utils/runRNAsoup.sh) is provided which prepares the input of RNAsoup and lastly calls RNAsoup.

Updated: 13 Apr 2009