2010-01-19 09:56:04 +08:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2010-01-22 03:22:56 +08:00
|
|
|
<package name="LocalRealignmentAroundIndels">
|
|
|
|
|
<executable name="LocalRealignmentAroundIndels">
|
|
|
|
|
<main-class name="org.broadinstitute.sting.gatk.CommandLineGATK" />
|
|
|
|
|
<resource-bundle file="StingText.properties" />
|
2010-01-19 09:56:04 +08:00
|
|
|
<dependencies>
|
|
|
|
|
<!-- Local realignment around indels -->
|
2010-01-27 11:45:15 +08:00
|
|
|
<class name="org.broadinstitute.sting.gatk.walkers.indels.RealignerTargetCreator" />
|
2010-02-25 00:42:56 +08:00
|
|
|
<class name="org.broadinstitute.sting.gatk.walkers.indels.IndelRealigner" />
|
2010-01-19 09:56:04 +08:00
|
|
|
</dependencies>
|
|
|
|
|
</executable>
|
|
|
|
|
</package>
|