X-Git-Url: https://git.arvados.org/arvados-tutorial.git/blobdiff_plain/92172b0bceb7af669a8dd09cea04c93e041dfe2e..64f689fcbaadb8fc17274f42d424c3ed72a4af37:/WGS-processing/cwl/helper/report-wf.cwl diff --git a/WGS-processing/cwl/helper/report-wf.cwl b/WGS-processing/cwl/helper/report-wf.cwl index 3403ebb..de8ab3f 100644 --- a/WGS-processing/cwl/helper/report-wf.cwl +++ b/WGS-processing/cwl/helper/report-wf.cwl @@ -22,21 +22,21 @@ outputs: steps: gvcf-to-vcf: - run: ./helper/gvcf-to-vcf.cwl + run: gvcf-to-vcf.cwl in: gvcf: gvcf samplename: samplename out: [vcf] annotate: - run: ./helper/annotate-vcf.cwl + run: annotate-vcf.cwl in: vcf: gvcf-to-vcf/vcf clinvarvcf: clinvarvcf out: [reporttxt] generate-report: - run: ./helper/generate-report.cwl + run: generate-report.cwl in: reportfunc: reportfunc sampletxt: annotate/reporttxt