X-Git-Url: https://git.arvados.org/arvados-tutorial.git/blobdiff_plain/f1ea95e8a844ede6d1306b973d4f98b644454d52..48f2b200216c57788577d45e080ab6bae212f90b:/WGS-processing/cwl/helper/gatk-applyBSQR-with-interval.cwl diff --git a/WGS-processing/cwl/helper/gatk-applyBSQR-with-interval.cwl b/WGS-processing/cwl/helper/gatk-applyBSQR-with-interval.cwl index d8f6afd..52413a6 100644 --- a/WGS-processing/cwl/helper/gatk-applyBSQR-with-interval.cwl +++ b/WGS-processing/cwl/helper/gatk-applyBSQR-with-interval.cwl @@ -5,9 +5,6 @@ label: Apply base quality score recalibration requirements: DockerRequirement: dockerPull: broadinstitute/gatk:4.1.7.0 - InitialWorkDirRequirement: - listing: - - $(inputs.bam) hints: arv:RuntimeConstraints: @@ -70,7 +67,7 @@ arguments: - prefix: "-R" valueFrom: $(inputs.reference) - prefix: "-I" - valueFrom: $(inputs.bam.basename) + valueFrom: $(inputs.bam) - prefix: "--bqsr-recal-file" valueFrom: $(inputs.recaltable) - prefix: "-L"