Changes

From Genome Analysis Wiki
Jump to navigationJump to search
1,230 bytes added ,  16:33, 15 February 2012
no edit summary
Line 26: Line 26:  
== Source Code Distribution ==
 
== Source Code Distribution ==
    +
We provide source code in [[ ]]. Optionally, you can download example file or data file:
 +
 +
[http://www.sph.umich.edu/csg/zhanxw/software/qplot/qplot-example.tar.gz  example]: example input file, and expected outputs if you following the [[#Built-in example direction | direction]].
 +
 +
[http://www.sph.umich.edu/csg/zhanxw/software/qplot/qplot-data.tar.gz resources data]: necessary input files for qplot, including NCBI human genome build v37, dbSNP 130, and pre-computed GC file with windows size 100.
 +
 +
You can put above file(s) in the same folder and follow these steps:
 +
 +
* 1. Unarchive downloaded file
 +
tar zvxf qplot-source.20120213.tar.gz
 +
 +
A new folder ''qplot'' will be created.
 +
 +
* 2. Build libStatGen
 +
cd qplot
 +
make libStatGen
 +
 +
This step will download a necessary software library [[http://genome.sph.umich.edu/wiki/C%2B%2B_Library:_libStatGen libStatGen]] and compile source code into a binary code library.
 +
 +
* 3. Build qplot
 +
make all
 +
 +
This step will then build qplot. Upon success, the executable qplot can be found under qplot/bin/.
 +
 +
* 4. (Optional) unarchive example data
 +
tar zvxf qplot-example-data.tar.gz
 +
 +
Example data will be extracted to qplot/data/.
 +
 +
<!-- Please download source code from [[]], the building
 
{{ToolGitRepo|repoName=qplot|noDownload=}}
 
{{ToolGitRepo|repoName=qplot|noDownload=}}
 +
-->
    
= Usage =
 
= Usage =
255

edits

Navigation menu