Skip to content

Commit

Permalink
Update pysam version and added citation
Browse files Browse the repository at this point in the history
  • Loading branch information
aradenbaugh committed Jun 1, 2015
1 parent f257c93 commit aff4bd0
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ you'll need python (version 2.7).
RADIA uses samtools (version 0.1.18 or higher) to examine pileups of reads across
each sample in parallel. You must install samtools prior to running RADIA.

3) pysam API (version 0.7.5)<br>
3) pysam API (version 0.8.1 and higher)<br>
RADIA uses the pysam API during the filtering process.

4) BLAT<br>
Expand Down Expand Up @@ -176,6 +176,13 @@ python mergeChroms.pyc patientId /radia/filtered/ /radia/filtered/ --gzip
This will merge all of the files with the names: patientId_chr\*.vcf or patientId_chr\*.vcf.gz into one file called patientId.vcf or patientId.vcf.gz (if you specify the --gzip parameter).


===========
CITATION
===========
If you use RADIA, please site the method:<br>
Radenbaugh AJ, Ma S, Ewing A, Stuart JM, Collisson EA, Zhu J, Haussler D. (2014) RADIA: RNA and DNA Integrated Analysis for Somatic Mutation Detection. PLoS ONE 9(11): e111516. doi:10.1371/journal.pone.0111516


=========
LICENSE
=========
Expand Down

0 comments on commit aff4bd0

Please sign in to comment.