Another misprint when removing the references to -D
This commit is contained in:
parent
f62f47d476
commit
a831af1166
|
|
@ -16,7 +16,7 @@ public class RecalibrationWalkersPerformanceTest extends WalkerTest {
|
||||||
" -L chr1:1-50,000,000" +
|
" -L chr1:1-50,000,000" +
|
||||||
" -standard" +
|
" -standard" +
|
||||||
" -OQ" +
|
" -OQ" +
|
||||||
" -B:dbsnp,VCF " + GATKDataLocation + "dbsnp_132_hg18.vcf" +
|
" -B:dbsnp,VCF " + GATKDataLocation + "dbsnp_132.hg18.vcf" +
|
||||||
" -recalFile /dev/null" + moreArgs,
|
" -recalFile /dev/null" + moreArgs,
|
||||||
0,
|
0,
|
||||||
new ArrayList<String>(0));
|
new ArrayList<String>(0));
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue