Carrot root and DNA VCRU Bioinformatics USDA ARS Vegetable Crops Research Unit

This page was last updated on Wednesday, 22-Jan-2014 16:11:25 CST

Installation notes for Exonerate version 2.2.0

Home Page

Prerequisites

None

Installation

  1. $ cd /programinstallers/
  2. $ wget -N http://www.ebi.ac.uk/~guy/exonerate/exonerate-2.2.0-x86_64.tar.gz
  3. $ cd /usr/local/bin
  4. $ tar -zxvf /programinstallers/exonerate-2.2.0-x86_64.tar.gz
  5. Make a version-independent symlink
    $ ln -s /usr/local/bin/exonerate-2.2.0-x86_64/ exonerate
  6. Add to default PATH for all users
    $ sudo nano /etc/profile
    ...
    PATH="$PATH:/usr/local/bin/exonerate/bin"
    ...