From e6827424b9907614aeb0b1c9f3bf07084572f0a7 Mon Sep 17 00:00:00 2001 From: hanna Date: Tue, 15 Sep 2009 14:17:36 +0000 Subject: [PATCH] Added support python and R scripts for generating covariate output graphs. git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@1625 348d0f76-0448-11de-a6fe-93d51630548a --- packages/GenomeAnalysisTK.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/packages/GenomeAnalysisTK.xml b/packages/GenomeAnalysisTK.xml index c94d9d4b9..eeaad6a18 100644 --- a/packages/GenomeAnalysisTK.xml +++ b/packages/GenomeAnalysisTK.xml @@ -35,6 +35,7 @@ org.broadinstitute.sting.playground.gatk.walkers.variants.VECClusteredSnps + java/src/org/broadinstitute/sting/gatk/walkers/CountReadsWalker.java java/src/org/broadinstitute/sting/gatk/walkers/CountLociWalker.java java/src/org/broadinstitute/sting/gatk/walkers/DepthOfCoverageWalker.java @@ -43,10 +44,20 @@ java/src/org/broadinstitute/sting/gatk/walkers/ValidatingPileupWalker.java java/src/org/broadinstitute/sting/gatk/examples/HelloWalker.java java/src/org/broadinstitute/sting/gatk/examples/build.xml + testdata/exampleBAM.bam testdata/exampleBAM.bam.bai testdata/exampleFASTA.fasta testdata/exampleFASTA.fasta.fai testdata/exampleFASTA.dict + + python/analyzeRecalQuals.py + python/analyzeRecalQuals_1KG.py + testdata/defaultGATKConfig.cfg + testdata/recalConfig_1KG.cfg + R/logistic_regression.R + R/plot_q_emp_stated_hst.R + R/plot_qual_diff_v_cycle.R + R/plot_qual_diff_v_dinuc.R