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

This page was last updated on Tuesday, 10-Nov-2015 11:09:43 CST

Installation notes for Star version 2.5.0a

Home Page

Prerequisites

None

Installation

  1. $ ver="2.5.0a"
  2. $ cd /programinstallers/
  3. $ git clone https://github.com/alexdobin/STAR.git
  4. $ cp -puv STAR/bin/Linux_x86_64_static/* /usr/local/bin/
    `STAR/bin/Linux_x86_64_static/STAR' -> `/usr/local/bin/STAR'
    `STAR/bin/Linux_x86_64_static/STARlong' -> `/usr/local/bin/STARlong'
  5. Copy manual
    $ cp -puv STAR/doc/STARmanual.pdf web/star/
  6. Cleanup
    $ rm STAR -rf