Skip to content

Commit

Permalink
update fastqc and add resources
Browse files Browse the repository at this point in the history
  • Loading branch information
alethomas committed Oct 26, 2023
1 parent 0162995 commit 22a6ecb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion workflow/rules/qc.smk
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,11 @@ rule fastqc:
zip="results/{date}/qc/fastqc/{sample}_fastqc.zip",
log:
"logs/{date}/fastqc/{sample}.log",
threads: 1
resources:
mem_mb = 1024
wrapper:
"v1.12.2/bio/fastqc"
"v2.6.0/bio/fastqc"


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

0 comments on commit 22a6ecb

Please sign in to comment.