X-Git-Url: https://git.arvados.org/arvados-tutorial.git/blobdiff_plain/92172b0bceb7af669a8dd09cea04c93e041dfe2e..64f689fcbaadb8fc17274f42d424c3ed72a4af37:/WGS-processing/cwl/helper/bwamem-gatk-report-wf.cwl diff --git a/WGS-processing/cwl/helper/bwamem-gatk-report-wf.cwl b/WGS-processing/cwl/helper/bwamem-gatk-report-wf.cwl index f601e95..dbe5cf0 100644 --- a/WGS-processing/cwl/helper/bwamem-gatk-report-wf.cwl +++ b/WGS-processing/cwl/helper/bwamem-gatk-report-wf.cwl @@ -43,7 +43,7 @@ outputs: outputSource: generate-report/report steps: fastqc: - run: ./helper/fastqc.cwl + run: fastqc.cwl in: fastq1: fastq1 fastq2: fastq2 @@ -57,13 +57,13 @@ steps: sample: sample out: [bam] samtools-sort: - run: ./helper/samtools-sort.cwl + run: samtools-sort.cwl in: bam: bwamem-samtools-view/bam sample: sample out: [sortedbam] mark-duplicates: - run: ./helper/mark-duplicates.cwl + run: mark-duplicates.cwl in: bam: samtools-sort/sortedbam out: [dupbam,dupmetrics] @@ -73,7 +73,7 @@ steps: bam: mark-duplicates/dupbam out: [indexedbam] haplotypecaller: - run: ./helper/scatter-gatk-wf-with-interval.cwl + run: scatter-gatk-wf-with-interval.cwl in: reference: reference bam: samtools-index/indexedbam @@ -82,7 +82,7 @@ steps: knownsites1: knownsites out: [gatheredgvcf] generate-report: - run: ./helper/report-wf.cwl + run: report-wf.cwl in: gvcf: haplotypecaller/gatheredgvcf samplename: sample