Translations of this page:
Trace: seqtools_4.4.1

Installing Dotter

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):

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

Procedure

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

  • You need to download the source code from the Sanger Institute:
% wget ftp://ftp.sanger.ac.uk/pub4/resources/software/seqtools/PRODUCTION/seqtools-4.4.1.tar.gz
  • You then need to decompress this archive and move it under /opt/bio/sources:
% tar -zxvf seqtools-4.4.1.tar.gz
% sudo seqtools-4.4.1 /opt/bio/sources
  • In /opt/bio/sources, make sure that the seqtools-4.4.1 folder belongs to root and that the write permissions for Group and Other are removed:
% 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
  • Once you are inside seqtools-4.4.1, everything else is simple:
% cd seqtools-4.4.1
% sudo ./configure && sudo make && sudo make install && sudo make clean
  • Although these applications are interactives and using a graphical user interface, you can only use via the command line interface because they need sequences as inputs to start.
en/install/11_04_a11_build/seqtools_4.4.1.txt · Last modified: 2021/05/29 15:35 by 127.0.0.1
CC Attribution-Share Alike 4.0 International Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International