X-Git-Url: https://git.arvados.org/arvados-tutorial.git/blobdiff_plain/92172b0bceb7af669a8dd09cea04c93e041dfe2e..64f689fcbaadb8fc17274f42d424c3ed72a4af37:/WGS-processing/cwl/helper/gatk-wf-with-interval.cwl diff --git a/WGS-processing/cwl/helper/gatk-wf-with-interval.cwl b/WGS-processing/cwl/helper/gatk-wf-with-interval.cwl index c7bd802..4e9f456 100644 --- a/WGS-processing/cwl/helper/gatk-wf-with-interval.cwl +++ b/WGS-processing/cwl/helper/gatk-wf-with-interval.cwl @@ -34,7 +34,7 @@ outputs: steps: basecalibrator: - run: ./helper/gatk-baserecalibrator-with-interval.cwl + run: gatk-baserecalibrator-with-interval.cwl in: bam: bam reference: reference @@ -43,7 +43,7 @@ steps: intervallist: intervallist out: [recaltable] applyBQSR: - run: ./helper/gatk-applyBSQR-with-interval.cwl + run: gatk-applyBSQR-with-interval.cwl in: reference: reference bam: bam @@ -52,7 +52,7 @@ steps: recaltable: basecalibrator/recaltable out: [recalbam] haplotypecaller: - run: ./helper/gatk-haplotypecaller-with-interval.cwl + run: gatk-haplotypecaller-with-interval.cwl in: reference: reference bam: applyBQSR/recalbam @@ -60,7 +60,7 @@ steps: intervallist: intervallist out: [gvcf] selectvariants: - run: ./helper/gatk-selectvariants.cwl + run: gatk-selectvariants.cwl in: gvcf: haplotypecaller/gvcf reference: reference