Updating HTML edam comments
[arvados-tutorial.git] / WGS-processing / cwl / helper / bwamem-gatk-report-wf.cwl
index ea5b93b53224b3cdf7b79dfab25c8d8a7351657c..522bd822cdbd7178a9c1f8ee9028ca0a5cf86137 100644 (file)
@@ -47,18 +47,18 @@ inputs:
     label: Function used to create HTML report
   headhtml:
     type: File
-    format: edam:format_1964 # HTML
+    format: edam:format_2331 # HTML
     label: Header for HTML report
   tailhtml:
     type: File
-    format: edam:format_1964 # HTML
+    format: edam:format_2331 # HTML
     label: Footer for HTML report
 
 outputs:
   qc-html:
     type: File[]
     label: FASTQ QC reports
-    format: edam:format_1964 # HTML
+    format: edam:format_2331 # HTML
     outputSource: fastqc/out-html
   qc-zip:
     type: File[]
@@ -72,7 +72,7 @@ outputs:
   report:
     type: File  
     outputSource: generate-report/report
-    format: edam:format_1964 # HTML
+    format: edam:format_2331 # HTML
     label: ClinVar variant report
 
 steps: