Skip to content

Commit 550adb7

Browse files
NoahNoah
authored andcommitted
update
1 parent c79ee7f commit 550adb7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wdl_tasks/trim_galore.wdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ task fastqc_trim {
4848
File? out_fqc = "${sampleName}_trimmed.fq.gz"
4949
File? out_fqc1 = "${sampleName}_val_1.fq.gz"
5050
File? out_fqc2 = "${sampleName}_val_2.fq.gz"
51-
File out_html = "${sampleName}_trimmed_fastqc.html"
51+
File? out_html = "${sampleName}_trimmed_fastqc.html"
5252
}
5353
runtime {
5454
docker: "${Dockerhub_Pull}"

0 commit comments

Comments
 (0)