Skip to content

Commit

Permalink
Merge pull request #53 from nkongenelly/DATAOPS-626_update_multiqc_image
Browse files Browse the repository at this point in the history
DATAOPS-626: Updated multiqc container
  • Loading branch information
nkongenelly authored Mar 4, 2024
2 parents 8afdd01 + 3f87ec8 commit 57b18a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/nextflow_config/singularity.config
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ process {
container = 'https://depot.galaxyproject.org/singularity/illumina-interop:1.2.4--hdbdd923_2'
}
withName: 'MULTIQC_PER_FLOWCELL' {
container = 'https://depot.galaxyproject.org/singularity/multiqc:1.11--pyhdfd78af_0'
container = 'https://depot.galaxyproject.org/singularity/multiqc:1.21--pyhdfd78af_0'
}
withName: 'MULTIQC_PER_PROJECT' {
container = 'https://depot.galaxyproject.org/singularity/multiqc:1.11--pyhdfd78af_0'
container = 'https://depot.galaxyproject.org/singularity/multiqc:1.21--pyhdfd78af_0'
}
}

0 comments on commit 57b18a9

Please sign in to comment.