Removing white spaces and commenting schemas
[arvados-tutorial.git] / WGS-processing / cwl / helper / gatk-baserecalibrator-with-interval.cwl
index 7e5bf4df4bc863807a4136547ab794af374cb69e..80859e64a6eb752e0b67498cc98185adf9421e55 100644 (file)
@@ -1,6 +1,6 @@
 cwlVersion: v1.1
 class: CommandLineTool
-label: Generate recalibration table for BQSR 
+label: Generate recalibration table for BQSR
 
 requirements:
   DockerRequirement:
@@ -44,7 +44,7 @@ inputs:
   sample:
     type: string
     label: Sample Name
-  knownsites1: 
+  knownsites:
     type: File
     format: edam:format_3016 # VCF
     label: VCF of known polymorphic sites for BQSR
@@ -72,7 +72,7 @@ arguments:
   - prefix: "-I"
     valueFrom: $(inputs.bam.basename)
   - prefix: "--known-sites"
-    valueFrom: $(inputs.knownsites1)
+    valueFrom: $(inputs.knownsites)
   - prefix: "-L"
     valueFrom: $(inputs.intervallist)
   - prefix: "-O"
@@ -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