Updating labels and metadata
authorSarah Wait Zaranek <swz@curii.com>
Thu, 25 Jun 2020 13:49:58 +0000 (13:49 +0000)
committerSarah Wait Zaranek <swz@curii.com>
Thu, 25 Jun 2020 13:49:58 +0000 (13:49 +0000)
Arvados-DCO-1.1-Signed-off-by: Sarah Wait Zaranek <swz@curii.com>
no issue #

WGS-processing/cwl/helper/gatk-splitintervals.cwl

index de183803636dab7836b240da1735604df5ea0b7b..9e2644797a107dbc70d942ba25698e8f3072e6ce 100644 (file)
@@ -1,10 +1,6 @@
 cwlVersion: v1.1
 class: CommandLineTool
 cwlVersion: v1.1
 class: CommandLineTool
-label: Creating interval files for scattering
-
-$namespaces:
-  arv: "http://arvados.org/cwl#"
-  cwltool: "http://commonwl.org/cwltool#"
+label: Create scatter interval files
 
 requirements:
   DockerRequirement:
 
 requirements:
   DockerRequirement:
@@ -17,10 +13,17 @@ hints:
   ResourceRequirement:
     ramMin: 5000
     coresMin: 2
   ResourceRequirement:
     ramMin: 5000
     coresMin: 2
+  SoftwareRequirement:
+    packages:
+      GATK:
+        specs: [ "https://identifiers.org/rrid/RRID:SCR_001876" ]
+        version: [ "4.1.7" ]
 
 inputs:
   reference:
     type: File
 
 inputs:
   reference:
     type: File
+    format: edam:format_1929 # FASTA
+    label: Reference genome
     secondaryFiles:
       - .amb
       - .ann
     secondaryFiles:
       - .amb
       - .ann
@@ -29,12 +32,17 @@ inputs:
       - .sa
       - .fai
       - ^.dict
       - .sa
       - .fai
       - ^.dict
-  sample: string
-  scattercount: string
+  sample: 
+    type: string
+    label: Sample Name
+  scattercount: 
+    type: string
+    label: Desired split for variant calling
+
 outputs:
   intervalfiles:
     type: File[]
 outputs:
   intervalfiles:
     type: File[]
+    label: Scatter intervals files
     outputBinding:
       glob: "intervalfiles/*.interval_list"
 
     outputBinding:
       glob: "intervalfiles/*.interval_list"
 
@@ -52,3 +60,16 @@ arguments:
     valueFrom: "BALANCING_WITHOUT_INTERVAL_SUBDIVISION"
   - prefix: "-O"
     valueFrom: "intervalfiles"
     valueFrom: "BALANCING_WITHOUT_INTERVAL_SUBDIVISION"
   - prefix: "-O"
     valueFrom: "intervalfiles"
+
+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/
+ arv: "http://arvados.org/cwl#"
+ cwltool: "http://commonwl.org/cwltool#"
+
+$schemas:
+ - https://schema.org/version/latest/schema.rdf
+ - http://edamontology.org/EDAM_1.18.owl