2010-01-20 06:10:33 +08:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2010-01-22 03:22:56 +08:00
|
|
|
<package name="VariantEval">
|
|
|
|
|
<executable name="VariantEval">
|
|
|
|
|
<main-class name="org.broadinstitute.sting.gatk.CommandLineGATK" />
|
|
|
|
|
<resource-bundle file="StingText.properties" />
|
2010-01-20 06:10:33 +08:00
|
|
|
<dependencies>
|
2010-01-22 03:22:56 +08:00
|
|
|
<class name="org.broadinstitute.sting.playground.gatk.walkers.varianteval.VariantEvalWalker" />
|
2010-01-20 06:10:33 +08:00
|
|
|
</dependencies>
|
|
|
|
|
</executable>
|
|
|
|
|
</package>
|