There was an error while loading. Please reload this page.
1 parent c79ee7f commit 550adb7Copy full SHA for 550adb7
1 file changed
wdl_tasks/trim_galore.wdl
@@ -48,7 +48,7 @@ task fastqc_trim {
48
File? out_fqc = "${sampleName}_trimmed.fq.gz"
49
File? out_fqc1 = "${sampleName}_val_1.fq.gz"
50
File? out_fqc2 = "${sampleName}_val_2.fq.gz"
51
- File out_html = "${sampleName}_trimmed_fastqc.html"
+ File? out_html = "${sampleName}_trimmed_fastqc.html"
52
}
53
runtime {
54
docker: "${Dockerhub_Pull}"
0 commit comments