Adding license info to cwl
[arvados-tutorial.git] / WGS-processing / cwl / wgs-processing-wf.cwl
index e43bfe5e95a08d89e2f8a033505abe3ead69366d..0f8f8ccb78885eee9c1cf29c264199837b296c73 100644 (file)
@@ -1,4 +1,4 @@
-Version: v1.1
+cwlVersion: v1.1
 class: Workflow
 
 requirements:
@@ -41,17 +41,17 @@ steps:
     run: ./helper/getfastq.cwl
     in:
       fastqdir: fastqdir
-    out: [fastq1, fastq2]
+    out: [fastq1, fastq2, sample]
 
   bwamem-gatk-report:
     run: ./helper/bwamem-gatk-report-wf.cwl
-    scatter: [fastq1, fastq2]
+    scatter: [fastq1, fastq2, sample]
     scatterMethod: dotproduct
     in:
       fastq1: getfastq/fastq1
       fastq2: getfastq/fastq2
       reference: reference
-      sample: sample
+      sample: getfastq/sample
       knownsites: knownsites
       scattercount: scattercount
       clinvarvcf: clinvarvcf
@@ -59,3 +59,9 @@ steps:
       headhtml: headhtml
       tailhtml: tailhtml
     out: [qc-html,qc-zip,gvcf,report]
+
+s:codeRepository: https://github.com/arvados/arvados-tutorial
+s:license: https://www.gnu.org/licenses/agpl-3.0.en.html
+
+$namespaces:
+  s: https://schema.org/