12 lines
436 B
XML
12 lines
436 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<package name="IndelGenotyper">
|
|
<executable name="IndelGenotyper">
|
|
<main-class name="org.broadinstitute.sting.gatk.CommandLineGATK" />
|
|
<resource-bundle file="StingText.properties" />
|
|
<dependencies>
|
|
<!-- Local realignment around indels -->
|
|
<class name="org.broadinstitute.sting.gatk.walkers.indels.IndelGenotyperV2Walker" />
|
|
</dependencies>
|
|
</executable>
|
|
</package>
|