Fix MD5 because of a need to fix a busted bam file in our validation directory (it used the wrong quality score encoding...)

This commit is contained in:
Eric Banks 2012-12-03 21:46:46 -05:00
parent 6030605242
commit ef95757311
1 changed files with 1 additions and 1 deletions

View File

@ -437,7 +437,7 @@ public class UnifiedGenotyperIntegrationTest extends WalkerTest {
public void testNsInCigar() {
WalkerTest.WalkerTestSpec spec = new WalkerTest.WalkerTestSpec(
"-T UnifiedGenotyper -R " + b37KGReference + " --no_cmdline_in_header -I " + validationDataLocation + "testWithNs.bam -o %s -L 8:141799600-141814700", 1,
Arrays.asList("bd7984a374f0ae5d277bd5fc5065f64f"));
Arrays.asList("f388d2ebb05e7269e7f0a7e9b8d2dbaa"));
executeTest("test calling on reads with Ns in CIGAR", spec);
}