Since IntervalCleaner is gone for good, it is sensible to update the package to refer to the new IndelRealigner instead
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@2883 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
5df37968de
commit
9306041cf4
|
|
@ -6,8 +6,7 @@
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<!-- Local realignment around indels -->
|
<!-- Local realignment around indels -->
|
||||||
<class name="org.broadinstitute.sting.gatk.walkers.indels.RealignerTargetCreator" />
|
<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.IndelRealigner" />
|
||||||
<class name="org.broadinstitute.sting.gatk.walkers.indels.CleanedReadInjector" />
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</executable>
|
</executable>
|
||||||
</package>
|
</package>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue