Removing initial work dir requirement when not needed
[arvados-tutorial.git] / WGS-processing / cwl / helper / gatk-baserecalibrator-with-interval.cwl
index 6df9de12675d1a00af561adb2d874376c9cf4801..7ae08377f143563bd425ed4314d4b7af8d5a8d39 100644 (file)
@@ -1,13 +1,10 @@
 cwlVersion: v1.1
 class: CommandLineTool
-label: Generate recalibration table for BQSR 
+label: Generate recalibration table for BQSR
 
 requirements:
   DockerRequirement:
     dockerPull: broadinstitute/gatk:4.1.7.0
-  InitialWorkDirRequirement:
-    listing:
-      - $(inputs.bam)
 
 hints:
   arv:RuntimeConstraints:
@@ -44,7 +41,7 @@ inputs:
   sample:
     type: string
     label: Sample Name
-  knownsites: 
+  knownsites:
     type: File
     format: edam:format_3016 # VCF
     label: VCF of known polymorphic sites for BQSR
@@ -70,7 +67,7 @@ arguments:
   - prefix: "-R"
     valueFrom: $(inputs.reference)
   - prefix: "-I"
-    valueFrom: $(inputs.bam.basename)
+    valueFrom: $(inputs.bam)
   - prefix: "--known-sites"
     valueFrom: $(inputs.knownsites)
   - prefix: "-L"
@@ -87,6 +84,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