removes unused titv argument

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@5025 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
corin 2011-01-19 20:49:12 +00:00
parent 50fcebb0c4
commit 2824e8224c
1 changed files with 2 additions and 2 deletions

View File

@ -91,9 +91,9 @@ class FullCallingPipelineTest extends BaseTest {
// Run the pipeline with the expected inputs.
var pipelineCommand = ("-retry 1 -S scala/qscript/fullCallingPipeline.q" +
" -jobProject %s -Y %s -refseqTable %s -titv %s" +
" -jobProject %s -Y %s -refseqTable %s" +
" --gatkjar %s/dist/GenomeAnalysisTK.jar")
.format(projectName, yamlFile, dataset.refseq, dataset.targetTiTv, new File(".").getAbsolutePath)
.format(projectName, yamlFile, dataset.refseq, new File(".").getAbsolutePath)
if (!dataset.runIndelRealigner) {
pipelineCommand += " -skipCleaning"