From eb664ae287a78514daa15ce625637f90013c9c6c Mon Sep 17 00:00:00 2001 From: hanna Date: Wed, 2 Sep 2009 02:17:50 +0000 Subject: [PATCH] Added VariantFiltrationWalker to GATK early release. git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@1502 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 fdd23fc32..92e79f5cc 100644 --- a/packages/GenomeAnalysisTK.xml +++ b/packages/GenomeAnalysisTK.xml @@ -20,6 +20,17 @@ org.broadinstitute.sting.gatk.walkers.indels.IntervalMergerWalker org.broadinstitute.sting.gatk.walkers.indels.MismatchIntervalWalker org.broadinstitute.sting.gatk.walkers.indels.SNPClusterWalker + + org.broadinstitute.sting.playground.gatk.walkers.variants.VariantFiltrationWalker + + org.broadinstitute.sting.playground.gatk.walkers.variants.IVFSecondaryBases + org.broadinstitute.sting.playground.gatk.walkers.variants.VECFisherStrand + org.broadinstitute.sting.playground.gatk.walkers.variants.VECAlleleBalance + org.broadinstitute.sting.playground.gatk.walkers.variants.VECDepthOfCoverage + org.broadinstitute.sting.playground.gatk.walkers.variants.VECLodThreshold + org.broadinstitute.sting.playground.gatk.walkers.variants.VECMappingQualityZero + org.broadinstitute.sting.playground.gatk.walkers.variants.VECIndelArtifact + org.broadinstitute.sting.playground.gatk.walkers.variants.VECClusteredSnps java/src/org/broadinstitute/sting/gatk/walkers/CountReadsWalker.java