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

This page was last updated on Friday, 02-Jan-2015 14:22:58 CST

Installation notes for PRICE version 1.2 (140408)

Home Page

Prerequisites

None

Installation

  1. $ ver="140408"
  2. $ cd /programinstallers/
  3. $ wget -N http://derisilab.ucsf.edu/software/price/PriceSource$ver.tar.gz
  4. $ wget -N http://derisilab.ucsf.edu/software/price/PriceDocumentation$ver.tar.gz
  5. Copy documentation to local web page
    $ mkdir /U:/simonlabweb/bioinformatics/programs/price
  6. $ tar -zxvf PriceDocumentation$ver.tar.gz -C /U:/simonlabweb/bioinformatics/programs/price
  7. Install program
    $ tar -zxvf PriceSource$ver.tar.gz
  8. $ cd PriceSource$ver
  9. $ make
  10. Manual installation
    $ cp -puv PriceTI PriceSeqFilter /usr/local/bin/
  11. Copy readme file for web page
    $ cp -puv README.txt /U:/simonlabweb/bioinformatics/programs/price/
  12. Cleanup
    $ cd ..
  13. $ rm PriceSource$ver -rf