Updating yml files
[arvados-tutorial.git] / WGS-processing / cwl / helper / gatk-haplotypecaller-with-interval.cwl
index 22ce3f6b8a3521d6bca2308b91dfb8b3949f5835..4b3d1a79fc809fbdecccf1cd2da6b17617311680 100644 (file)
@@ -9,10 +9,10 @@ requirements:
 hints:
   arv:RuntimeConstraints:
     outputDirType: keep_output_dir
-    keep_cache: 1024 
+    keep_cache: 1024
   ResourceRequirement:
     ramMin: 3500
-    coresMin: 2   
+    coresMin: 2
   SoftwareRequirement:
     packages:
       GATK:
@@ -41,7 +41,7 @@ inputs:
   intervallist:
     type: File
     label: Scatter intervals file
-  sample: 
+  sample:
     type: string
     label: Sample Name
 
@@ -68,7 +68,7 @@ arguments:
   - prefix: "-L"
     valueFrom: $(inputs.intervallist)
   - prefix: "-O"
-    valueFrom: $(runtime.outdir)/$(inputs.sample)-$(inputs.intervallist.nameroot).gatk.g.vcf.gz
+    valueFrom: $(inputs.sample)-$(inputs.intervallist.nameroot).gatk.g.vcf.gz
   - prefix: "-ERC"
     valueFrom: "GVCF"
   - prefix: "-GQB"
@@ -87,6 +87,6 @@ $namespaces:
  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
+#$schemas:
+# - https://schema.org/version/latest/schema.rdf
+# - http://edamontology.org/EDAM_1.18.owl