Skip to content

Commit f1894d1

Browse files
committed
Bump multiqc version to 1.13a
1 parent 18b8df8 commit f1894d1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Note, since the pipeline is now using Nextflow DSL2, each process will be run wi
6161
| `deeptools` | 3.4.3 | 3.5.1 |
6262
| `pigz` | 2.3.4 | 2.6 |
6363
| `preseq` | 2.0.3 | 3.1.2 |
64-
| `multiqc` | 1.9 | 1.12 |
64+
| `multiqc` | 1.9 | 1.13a |
6565
| `r-base` | 3.6.1 | 4.0.3 |
6666
| `r-ggplot2` | 3.3.2 | 3.3.3 |
6767
| `bioconductor-deseq2` | 1.26.0 | 1.28.0 |

modules/local/multiqc.nf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
process MULTIQC {
22
label 'process_medium'
33

4-
conda (params.enable_conda ? "bioconda::multiqc=1.10.1" : null)
4+
conda (params.enable_conda ? "bioconda::multiqc=1.13a" : null)
55
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
6-
'https://depot.galaxyproject.org/singularity/multiqc:1.10.1--pyhdfd78af_1':
7-
'quay.io/biocontainers/multiqc:1.10.1--pyhdfd78af_1' }"
6+
'https://depot.galaxyproject.org/singularity/multiqc:1.13a--pyhdfd78af_1':
7+
'quay.io/biocontainers/multiqc:1.13a--pyhdfd78af_1' }"
88

99
input:
1010
path multiqc_config

0 commit comments

Comments
 (0)