From 40a25af58ee2dc7d3f1fc8ee08d70e5459ffe5de Mon Sep 17 00:00:00 2001 From: rpoplin Date: Sun, 3 Apr 2011 00:04:38 +0000 Subject: [PATCH] Bug fixes in MDCP git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@5561 348d0f76-0448-11de-a6fe-93d51630548a --- scala/qscript/core/MethodsDevelopmentCallingPipeline.scala | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scala/qscript/core/MethodsDevelopmentCallingPipeline.scala b/scala/qscript/core/MethodsDevelopmentCallingPipeline.scala index 785e0d42a..5394176c2 100755 --- a/scala/qscript/core/MethodsDevelopmentCallingPipeline.scala +++ b/scala/qscript/core/MethodsDevelopmentCallingPipeline.scala @@ -103,7 +103,6 @@ class MethodsDevelopmentCallingPipeline extends QScript { val lowPass: Boolean = true val indels: Boolean = true - val useCut: Boolean = !noCut val queueLogDir = ".qlog/" @@ -275,7 +274,7 @@ class MethodsDevelopmentCallingPipeline extends QScript { this.rodBind :+= RodBind("input", "VCF", if ( goldStandard ) { t.goldStandard_VCF } else { t.rawVCF } ) this.tranches_file = if ( goldStandard ) { t.goldStandardTranchesFile } else { t.tranchesFile} this.recal_file = if ( goldStandard ) { t.goldStandardRecalFile } else { t.recalFile } - this.fdr_filter_level = t.trancheTarget + this.ts_filter_level = t.trancheTarget this.out = t.recalibratedVCF this.analysisName = t.name + "_AVQSR" this.jobName = queueLogDir + t.name + ".applyVQSR"