The BaseRecalibrator and DelocalizedBaseRecalibrator have gotten out of sync. Fixing.
This commit is contained in:
parent
7a7103a757
commit
b99099f05c
|
|
@ -137,7 +137,7 @@ public class BQSRIntegrationTest extends WalkerTest {
|
||||||
"-T PrintReads" +
|
"-T PrintReads" +
|
||||||
" -R " + hg18Reference +
|
" -R " + hg18Reference +
|
||||||
" -I " + privateTestDir + "HiSeq.1mb.1RG.bam" +
|
" -I " + privateTestDir + "HiSeq.1mb.1RG.bam" +
|
||||||
" -BQSR " + privateTestDir + "HiSeq.1mb.1RG.table" +
|
" -BQSR " + privateTestDir + "HiSeq.20mb.1RG.table" +
|
||||||
params.args +
|
params.args +
|
||||||
" -o %s",
|
" -o %s",
|
||||||
Arrays.asList(params.md5));
|
Arrays.asList(params.md5));
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue