13 lines
561 B
XML
13 lines
561 B
XML
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
|
<package name="VariantRecalibration">
|
||
|
|
<executable name="VariantRecalibration">
|
||
|
|
<main-class name="org.broadinstitute.sting.gatk.CommandLineGATK" />
|
||
|
|
<resource-bundle file="StingText.properties" />
|
||
|
|
<dependencies>
|
||
|
|
<!-- Variant recalibration -->
|
||
|
|
<class name="org.broadinstitute.sting.gatk.walkers.variantrecalibration.GenerateVariantClustersWalker" />
|
||
|
|
<class name="org.broadinstitute.sting.gatk.walkers.variantrecalibration.VariantRecalibrator" />
|
||
|
|
</dependencies>
|
||
|
|
</executable>
|
||
|
|
</package>
|