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

This page was last updated on Saturday, 28-Nov-2015 09:38:54 CST

Installation notes for SNAP version 11/29/2013

Home Page

Prerequisites

None

Installation

  1. $ ver="2013-11-29"
  2. $ cd /programinstallers/
  3. $ wget -N http://korflab.ucdavis.edu/Software/snap-$ver.tar.gz
  4. $ cd /usr/local/bin
  5. $ tar -zxvf /programinstallers/snap-$ver.tar.gz
  6. $ cd snap
  7. $ make
  8. Copy documentation to local web page
    $ cp -puv 00README /programinstallers/web/snap/00README.txt
  9. Add to default PATH
    $ sudo nano /etc/profile

    PATH="$PATH:/usr/local/bin/snap"