updating metadata
[arvados-tutorial.git] / WGS-processing / cwl / helper / report-wf.cwl
index 3403ebbe7dfb880d5a5d44b8c7a05c5c1c6a6d36..30857f46e7eaeb1cfa285d16dc1bff19b786ddfb 100644 (file)
@@ -1,5 +1,6 @@
 cwlVersion: v1.1
 class: Workflow
+label: Report generation workflow
 
 inputs:
   gvcf: 
@@ -22,21 +23,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