Mercurial > repos > vipints > rdiff
diff rDiff/INSTALL @ 0:0f80a5141704
version 0.3 uploaded
author | vipints |
---|---|
date | Thu, 14 Feb 2013 23:38:36 -0500 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/rDiff/INSTALL Thu Feb 14 23:38:36 2013 -0500 @@ -0,0 +1,26 @@ +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