Skip to content

Commit

Permalink
leave old fastqc version
Browse files Browse the repository at this point in the history
  • Loading branch information
alethomas committed Oct 26, 2023
1 parent 4416f8a commit b955ba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/rules/qc.smk
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ rule fastqc:
log:
"logs/{date}/fastqc/{sample}.log",
wrapper:
"v2.6.0/bio/fastqc"
"v1.12.2/bio/fastqc"


# TODO Change multiqc rules back to MultiQC wrapper once v1.11 is released
Expand Down

0 comments on commit b955ba9

Please sign in to comment.