This page was last updated on Wednesday, 11-Jan-2017 12:18:46 CST
Installation notes for ALLMAPS version 0.6.9
Home Page
Prerequisites
Python libraries Biopython, Numpy, DEAP, NetworkX, and Matplotlib
Install with
$ sudo pip install biopython numpy deap networkx matplotlib
Concorde
- $ cd /programinstallers/
- $ wget http://www.math.uwaterloo.ca/tsp/concorde/downloads/codes/linux24/concorde.gz
- $ gunzip concorde.gz
- $ chmod +x concorde
- $ sudo mv concorde /usr/local/bin/
Kent utilities faSize and liftOver
- $ cd /programinstallers/
- $ wget -N http://hgdownload.cse.ucsc.edu/admin/exe/linux.x86_64/faSize
- $ wget -N http://hgdownload.cse.ucsc.edu/admin/exe/linux.x86_64/liftOver
- $ chmod +x faSize liftOver
- $ sudo mv faSize liftOver /usr/local/bin/
Installation
- $ cd /programinstallers/
- $ sudo pip install jcvi
- Test sample data
$ wget https://dl.dropboxusercontent.com/u/15937715/Data/ALLMAPS/ALLMAPS-testdata.zip
- $ unzip ALLMAPS-testdata.zip
- $ cd ALLMAPS-testdata
- $ sh run.sh
- Cleanup
$ cd /programinstallers/ && rm ALLMAPS-testdata -rf
- To determine version number I did this
$ ls /usr/local/lib/python2.7/dist-packages
…
drwxr-sr-x 12 root staff 4,096 Jan 11 10:56 jcvi
drwxr-sr-x 2 root staff 4,096 Jan 11 10:57 jcvi-0.6.9.egg-info
…