Skip to content

Commit 4c24667

Browse files
committed
updated wrapper version
1 parent 2b3cf3e commit 4c24667

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

workflow/rules/fastqc.smk

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ rule fastqc:
1010
"logs/fastqc/{sample}{end}.log"
1111
threads: config["resources"]["fastqc"]["cpu"]
1212
wrapper:
13-
"v2.0.0/bio/fastqc"
13+
"v3.3.4/bio/fastqc"
1414

1515

1616
rule multiqc:
@@ -25,4 +25,4 @@ rule multiqc:
2525
log:
2626
"logs/multiqc/multiqc.log"
2727
wrapper:
28-
"v2.6.0/bio/multiqc"
28+
"v3.3.4/bio/multiqc"

0 commit comments

Comments
 (0)