Fix for changed MD5 in streaming VCF test

This commit is contained in:
Mark DePristo 2011-11-23 19:01:33 -05:00
parent 12f09d88f9
commit e60272975a
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ public class VCFStreamingIntegrationTest extends WalkerTest {
" -EV CompOverlap -noEV -noST" +
" -o %s",
1,
Arrays.asList("d46a735ffa898f4aa6b3758c5b03f06d")
Arrays.asList("1f7ed8c0f671dd227ab764624ef0d64c")
);
executeTest("testVCFStreamingChain", selectTestSpec);