24 lines
951 B
XML
24 lines
951 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!-- NOTE: Uses playground.
|
|
ant clean playground package -Dexecutable=GATK-GSA-Pipeline -->
|
|
<package name="GATK-GSA-Pipeline">
|
|
<version file="StingText.properties" property="org.broadinstitute.sting.gatk.version" />
|
|
<executable name="GATK-GSA-Pipeline">
|
|
<main-class name="org.broadinstitute.sting.gatk.CommandLineGATK" />
|
|
<resource-bundle file="StingText.properties" />
|
|
<modules>
|
|
<module name="QualityScoresRecalibration.xml" />
|
|
<module name="LocalRealignmentAroundIndels.xml" />
|
|
<module name="UnifiedGenotyper.xml" />
|
|
<module name="VariantFiltration.xml" />
|
|
<module name="VariantAnnotator.xml" />
|
|
<module name="VariantEval.xml" />
|
|
<module name="FindContaminatingReadGroups.xml" />
|
|
</modules>
|
|
<dependencies>
|
|
<!-- Filters -->
|
|
<package name="org.broadinstitute.sting.gatk.filters" />
|
|
</dependencies>
|
|
</executable>
|
|
</package>
|