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

This page was last updated on Wednesday, 23-Mar-2016 11:35:41 CDT

Installation notes for Celera Assembler version 8.3rc2

Home Page

Prerequisites

Installation

  1. $ cd /programinstallers
  2. $ ver1="8.3" ; ver2="8.3rc2"
  3. $ wget -N http://downloads.sourceforge.net/project/wgs-assembler/wgs-assembler/wgs-${ver1}/wgs-${ver2}-Linux_amd64.tar.bz2
  4. $ cd /usr/local/bin
  5. $ tar -jxvf /programinstallers/wgs-${ver2}-Linux_amd64.tar.bz2
  6. Make a version-independent symlink
    $ ln -s wgs-${ver2}/Linux-amd64/bin celera
  7. Add to the default path
    $ sudo nano /etc/profile
    ...
    PATH="$PATH:/usr/local/bin/celera"
    ...