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:
parent
9dbdfff786
commit
ed23e54abd
|
|
@ -8,6 +8,7 @@
|
|||
<module file="QualityScoresRecalibration.xml" />
|
||||
<module file="LocalRealignmentAroundIndels.xml" />
|
||||
<module file="UnifiedGenotyper.xml" />
|
||||
<module file="VariantEval.xml" />
|
||||
<module file="VariantFiltration.xml" />
|
||||
<module file="VariantAnnotator.xml" />
|
||||
<module file="VCFValidator.xml" />
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
<main-class name="org.broadinstitute.sting.gatk.CommandLineGATK" />
|
||||
<resource-bundle file="StingText.properties" />
|
||||
<dependencies>
|
||||
<class name="org.broadinstitute.sting.playground.gatk.walkers.varianteval.VariantEvalWalker" />
|
||||
<class name="org.broadinstitute.sting.gatk.walkers.varianteval.VariantEvalWalker" />
|
||||
</dependencies>
|
||||
</executable>
|
||||
</package>
|
||||
|
|
|
|||
Loading…
Reference in New Issue