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="VariantFiltration">
|
|
|
|
|
<executable name="VariantFiltration">
|
|
|
|
|
<main-class name="org.broadinstitute.sting.gatk.CommandLineGATK" />
|
|
|
|
|
<resource-bundle file="StingText.properties" />
|
2010-01-19 09:56:04 +08:00
|
|
|
<dependencies>
|
2010-01-23 09:46:18 +08:00
|
|
|
<!-- Workaround - depend on the logger impl required by JEXL -->
|
|
|
|
|
<package name="org.apache.commons.logging.impl" />
|
2010-01-19 09:56:04 +08:00
|
|
|
<!-- Variant filtration -->
|
2010-01-22 03:22:56 +08:00
|
|
|
<class name="org.broadinstitute.sting.gatk.walkers.filters.VariantFiltrationWalker" />
|
2010-01-19 09:56:04 +08:00
|
|
|
</dependencies>
|
|
|
|
|
</executable>
|
|
|
|
|
</package>
|