Not sure why this didn't make it into the last push, but here's a working MD5 for the NDA annotation in UG

This commit is contained in:
Eric Banks 2012-04-11 13:49:50 -04:00
parent 7aa654d13f
commit 5b7da3831f
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ public class UnifiedGenotyperIntegrationTest extends WalkerTest {
public void testNDA() {
WalkerTest.WalkerTestSpec spec = new WalkerTest.WalkerTestSpec(
baseCommand + " --annotateNDA -I " + validationDataLocation + "NA12878.1kg.p2.chr1_10mb_11_mb.SLX.bam -o %s -L 1:10,000,000-10,010,000", 1,
Arrays.asList(""));
Arrays.asList("443b2f8882393c4c65277c34cdb6060c"));
executeTest("test NDA", spec);
}