14 lines
642 B
XML
14 lines
642 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<package name="LocalRealignmentAroundIndels">
|
|
<executable name="LocalRealignmentAroundIndels">
|
|
<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.RealignerTargetCreator" />
|
|
<class name="org.broadinstitute.sting.gatk.walkers.indels.IntervalCleanerWalker" />
|
|
<class name="org.broadinstitute.sting.gatk.walkers.indels.CleanedReadInjector" />
|
|
</dependencies>
|
|
</executable>
|
|
</package>
|