Updating to allow for two vcfs of known sites
[arvados-tutorial.git] / WGS-processing / cwl / wgs-processing-wf.cwl
index a058969dab684f17654c0b3e6e2a7d654e16c1c7..8499b92bdbedbc119abc8dd45dab04a39b827703 100644 (file)
@@ -22,12 +22,20 @@ inputs:
       - .sa
       - .fai
       - ^.dict
-  knownsites:
+  fullintervallist:
+    type: File
+  knownsites1:
     type: File
     format: edam:format_3016 # VCF
-    label: VCF of known polymorphic sites for BQSR
+    label: VCF of known SNPS sites for BQSR
     secondaryFiles:
-      - .tbi   
+      - .idx   
+  knownsites2:
+    type: File
+    format: edam:format_3016 # VCF
+    label: VCF of known indel sites for BQSR
+    secondaryFiles:
+      - .tbi
   scattercount: 
     type: string
     label: Desired split for variant calling
@@ -40,7 +48,7 @@ inputs:
     label: Function used to create HTML report
   headhtml: 
     type: File
-    format: edam:format_2331 # HTML
+    format: edam:format_2331 # HTML 
     label: Header for HTML report
   tailhtml: 
     type: File
@@ -74,8 +82,10 @@ steps:
       fastq1: getfastq/fastq1
       fastq2: getfastq/fastq2
       reference: reference
+      fullintervallist: fullintervallist
       sample: getfastq/sample
-      knownsites: knownsites
+      knownsites1: knownsites1
+      knownsites2: knownsites2
       scattercount: scattercount
       clinvarvcf: clinvarvcf
       reportfunc: reportfunc