Clustalw 2.1

Basic information

Tested on (Requirements)

  • OS base: CentOS (x86_64) \(\boldsymbol{\ge}\) 6
  • Compiler Intel 19.0.4

Installation

  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
    

Authors

  • Laura Sanchez Cordoba
  • Samuel Palacios Bernate