Update md5 in VariantRecalibrationWalkers test for BCF2 -- only encoding differences
This commit is contained in:
parent
04be0c92bf
commit
a9a1c499fd
|
|
@ -76,7 +76,7 @@ public class VariantRecalibrationWalkersIntegrationTest extends WalkerTest {
|
||||||
|
|
||||||
VRTest bcfTest = new VRTest(privateTestDir + "vqsr.bcf_test.snps.unfiltered.bcf",
|
VRTest bcfTest = new VRTest(privateTestDir + "vqsr.bcf_test.snps.unfiltered.bcf",
|
||||||
"a8ce3cd3dccafdf7d580bcce7d660a9a", // tranches
|
"a8ce3cd3dccafdf7d580bcce7d660a9a", // tranches
|
||||||
"1cdf8c9ee77d91d1ba7f002573108bad", // recal file
|
"74c10fc15f9739a938b7138909fbde04", // recal file
|
||||||
"62fda105e14b619a1c263855cf56af1d"); // cut VCF
|
"62fda105e14b619a1c263855cf56af1d"); // cut VCF
|
||||||
|
|
||||||
@DataProvider(name = "VRBCFTest")
|
@DataProvider(name = "VRBCFTest")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue