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

This page was last updated on Tuesday, 08-Nov-2016 16:03:38 CST

Installation notes for HTSeq version 0.5.4p5 2013/10/10

Home Page

Prerequisites

Installation

These are basically the instructions from this page

  1. $ ver="0.5.4p5"
  2. $ cd /programinstallers/
  3. $ wget -N https://pypi.python.org/packages/source/H/HTSeq/HTSeq-$ver.tar.gz#md5=b6d7d5c412bf067e6c33ee1550d99a52
  4. $ tar -zxvf HTSeq-$ver.tar.gz
  5. $ cd HTSeq-$ver
  6. Install
    $ python setup.py build
  7. $ sudo python setup.py install
  8. $ cd ..
  9. Cleanup
    $ sudo rm HTSeq-$ver -rf