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="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" />
|
||||||
|
|
|
||||||
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue