Skip to content

Latest commit

 

History

History
60 lines (37 loc) · 1.26 KB

File metadata and controls

60 lines (37 loc) · 1.26 KB

Clustalw 2.1

  • OS base: CentOS (x86_64) \boldsymbol{\ge} 6
  • Compiler Intel 19.0.4
  1. First of all, we need to load the following module for the compilation

    $ module load intel/19.0.4
  2. After that download the tar.gz file and unpack it

    $ wget http://www.clustal.org/download/current/clustalw-2.1.tar.gz
    $ tar -xzvf clustalw-2.1.tar.gz
    $ cd clustalw-2.1
  3. Then we can continue with the installation

    $ mkdir $HOME/clustalw
    $ ./configure --prefix=$HOME/clustalw --exec-prefix=$HOME/clustalw CFLAGS="-xHost -O3" CPPFLAGS="-xHost -O3" CXXFLAGS="-xHost -O3"
    $ make -j
    $ make install
  4. If the installation was successful then you should:

    $ cd $HOME/clustalw/bin/
    $ ./clustalw2
  • Laura Sanchez Cordoba
  • Samuel Palacios Bernate