Table des matières

Installing Dotter

Additional Libraries

You will need the following libraries to compile and run the applications found in the SeqTools package (which now include Dotter):

% sudo apt-get install libgtk2.0-dev libcurl4-openssl-dev

Procedure

Here is the procedure to build and install Dotter in Impilo:

% wget ftp://ftp.sanger.ac.uk/pub4/resources/software/seqtools/PRODUCTION/seqtools-4.4.1.tar.gz
% tar -zxvf seqtools-4.4.1.tar.gz
% sudo seqtools-4.4.1 /opt/bio/sources
% sudo chown -R root:root /opt/bio/sources/seqtools-4.4.1
% cd /opt/bio/sources/
% sudo chmod -R go-w seqtools-4.4.1
% cd seqtools-4.4.1
% sudo ./configure && sudo make && sudo make install && sudo make clean