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" +
|
||||
" -R " + hg18Reference +
|
||||
" -I " + privateTestDir + "HiSeq.1mb.1RG.bam" +
|
||||
" -BQSR " + privateTestDir + "HiSeq.1mb.1RG.table" +
|
||||
" -BQSR " + privateTestDir + "HiSeq.20mb.1RG.table" +
|
||||
params.args +
|
||||
" -o %s",
|
||||
Arrays.asList(params.md5));
|
||||
|
|
|
|||
Loading…
Reference in New Issue