diff --git a/gatk.wdl b/gatk.wdl index b4a210de48dc064c522acdcc4827872ed48d2e40..c100b461982af69b4f94ca587bc39d84163ab6ca 100644 --- a/gatk.wdl +++ b/gatk.wdl @@ -446,7 +446,7 @@ task FilterMutectCalls { FilterMutectCalls \ -R ~{referenceFasta} \ -V ~{unfilteredVcf} \ - -O ${outputVcf} \ + -O ~{outputVcf} \ ~{"--contamination-table " + contaminationTable} \ ~{"--tumor-segmentation " + mafTumorSegments} \ ~{"--ob-priors " + artifactPriors} \ @@ -508,7 +508,7 @@ task SplitNCigarReads { task CombineVariants { input { - String installDir = "/usr" + String installDir = "/usr" # .jar location in the docker image File referenceFasta File referenceFastaFai