Mercurial > repos > vipints > rdiff
view rDiff/INSTALL @ 3:29a698dc5c7e default tip
Merge multiple heads.
author | Dave Bouvier <dave@bx.psu.edu> |
---|---|
date | Mon, 27 Jan 2014 14:15:36 -0500 |
parents | 0f80a5141704 |
children |
line wrap: on
line source
To setup rDiff, please follow these steps: 1) Download the SAMTools (version 0.1.7) from http://samtools.sourceforge.net/ and install it. You need to add the flag -fPIC in the SAMTools Makefile for compilation. 2) Change to directory that contains rDiff and configure rDiff by typing: ./configure this etects and stores paths of dependencies necessary to compile and run rDiff. You can also set these variables manually using the interactive configuration: ./configure -i 3) To compile rDiff, type: make 4) When successfully completed, rDiff is usable. Check out the <Examples>: make example This will download an example dataset and run the rDiff.parametric on it. You can also run rDiff.parametric, rDiff.nonparametric or rDiff.poisson by typing: make more_examples