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

This page was last updated on Thursday, 31-Dec-2015 10:38:41 CST

Installation notes for SpliceGrapher version 0.2.5

Home Page

Prerequisites

Installation

  1. $ ver="0.2.5"
  2. $ cd /programinstallers/
  3. $ wget -N http://downloads.sourceforge.net/project/splicegrapher/SpliceGrapher-$ver.tgz
  4. $ tar -zxvf SpliceGrapher-$ver.tgz
  5. $ cd SpliceGrapher-$ver
  6. $ python setup.py build
  7. $ sudo python setup.py install
  8. Cleanup
    $ cd -
  9. $ rm SpliceGrapher-$ver -rf