Adding labels and metadata
[arvados-tutorial.git] / WGS-processing / cwl / helper / gatk-wf-with-interval.cwl
index c7bd8021f8ed0ad9d9018201e281c2b04dd3c37e..e1e54eeef1d39b613f235b7fc4410a9c6414f205 100644 (file)
@@ -1,5 +1,6 @@
 cwlVersion: v1.1
 class: Workflow
+label: Variant calling workflow for single interval 
 
 requirements:
   - class: SubworkflowFeatureRequirement
@@ -34,7 +35,7 @@ outputs:
 
 steps:
   basecalibrator:
-    run: ./helper/gatk-baserecalibrator-with-interval.cwl
+    run: gatk-baserecalibrator-with-interval.cwl
     in:
       bam: bam
       reference: reference
@@ -43,7 +44,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 +53,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,9 +61,20 @@ steps:
       intervallist: intervallist
     out: [gvcf]
   selectvariants:
-    run: ./helper/gatk-selectvariants.cwl
+    run: gatk-selectvariants.cwl
     in: 
       gvcf: haplotypecaller/gvcf
       reference: reference
       sample: sample
     out: [filteredgvcf]
+
+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/
+ edam: http://edamontology.org/
+
+$schemas:
+ - https://schema.org/version/latest/schema.rdf
+ - http://edamontology.org/EDAM_1.18.owl