unnecessary substitution.
This commit is contained in:
parent
b7c59d5d43
commit
962fc352ae
|
|
@ -439,7 +439,7 @@ public class VariantEvalIntegrationTest extends WalkerTest {
|
||||||
buildCommandLine(
|
buildCommandLine(
|
||||||
"-T VariantEval",
|
"-T VariantEval",
|
||||||
"-R " + b37KGReference,
|
"-R " + b37KGReference,
|
||||||
"--dbsnp " + "/humgen/gsa-hpprojects/GATK/data/Comparisons/Validated/dbSNP/dbsnp_132_b37.leftAligned.vcf",
|
"--dbsnp " + b37dbSNP132,
|
||||||
"--eval " + fundamentalTestSNPsVCF,
|
"--eval " + fundamentalTestSNPsVCF,
|
||||||
"-noEV",
|
"-noEV",
|
||||||
"-EV CountVariants",
|
"-EV CountVariants",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue