Added VariantEval to the GATK release. Woo hoo.

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@2763 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
hanna 2010-02-02 02:38:39 +00:00
parent 9dbdfff786
commit ed23e54abd
2 changed files with 2 additions and 1 deletions

View File

@ -8,6 +8,7 @@
<module file="QualityScoresRecalibration.xml" /> <module file="QualityScoresRecalibration.xml" />
<module file="LocalRealignmentAroundIndels.xml" /> <module file="LocalRealignmentAroundIndels.xml" />
<module file="UnifiedGenotyper.xml" /> <module file="UnifiedGenotyper.xml" />
<module file="VariantEval.xml" />
<module file="VariantFiltration.xml" /> <module file="VariantFiltration.xml" />
<module file="VariantAnnotator.xml" /> <module file="VariantAnnotator.xml" />
<module file="VCFValidator.xml" /> <module file="VCFValidator.xml" />

View File

@ -4,7 +4,7 @@
<main-class name="org.broadinstitute.sting.gatk.CommandLineGATK" /> <main-class name="org.broadinstitute.sting.gatk.CommandLineGATK" />
<resource-bundle file="StingText.properties" /> <resource-bundle file="StingText.properties" />
<dependencies> <dependencies>
<class name="org.broadinstitute.sting.playground.gatk.walkers.varianteval.VariantEvalWalker" /> <class name="org.broadinstitute.sting.gatk.walkers.varianteval.VariantEvalWalker" />
</dependencies> </dependencies>
</executable> </executable>
</package> </package>