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
- $ ver="140408"
- $ cd /programinstallers/
- $ wget -N http://derisilab.ucsf.edu/software/price/PriceSource$ver.tar.gz
- $ wget -N http://derisilab.ucsf.edu/software/price/PriceDocumentation$ver.tar.gz
- Copy documentation to local web page
$ mkdir /U:/simonlabweb/bioinformatics/programs/price
- $ tar -zxvf PriceDocumentation$ver.tar.gz -C /U:/simonlabweb/bioinformatics/programs/price
- Install program
$ tar -zxvf PriceSource$ver.tar.gz
- $ cd PriceSource$ver
- $ make
- Manual installation
$ cp -puv PriceTI PriceSeqFilter /usr/local/bin/
- Copy readme file for web page
$ cp -puv README.txt /U:/simonlabweb/bioinformatics/programs/price/
- Cleanup
$ cd ..
- $ rm PriceSource$ver -rf