Skip to content

Commit

Permalink
Turns out the other multiqc-container didn't work well, so here's a t…
Browse files Browse the repository at this point in the history
…rial at another one, this one works locally, the question is if it will hold up under Github Actions.
  • Loading branch information
harmonbhasin committed Nov 25, 2024
1 parent 1605620 commit 84a5ce1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion configs/containers.config
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ process {
withLabel: MultiQC {
// NB: As of 2024-07-01, newer versions currently cause errors
// container = "multiqc/multiqc:v1.21"
container = "staphb/multiqc:1.19"
// container = "staphb/multiqc:1.22.2"
container = "thatdnaguy/multiqc:v1.21_01"
}
withLabel: FASTQC {
container = "staphb/fastqc:0.12.1"
Expand Down

0 comments on commit 84a5ce1

Please sign in to comment.