Skip to content

Commit 805c5ac

Browse files
authored
Merge pull request #1159 from drpatelh/fixes
Bump MultiQC version from 1.17 -> 1.19
2 parents 0e79758 + 46eaf78 commit 805c5ac

File tree

5 files changed

+29
-7
lines changed

5 files changed

+29
-7
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ Special thanks to the following for their contributions to the release:
2929
- [PR #1152](https://github.com/nf-core/rnaseq/pull/1152) - Bump container versions for tools using Docker V1 manifest ([#1140](https://github.com/nf-core/rnaseq/issues/1140))
3030
- [PR #1154](https://github.com/nf-core/rnaseq/pull/1154) - Prerelease 3.14.0 fixes ([#1111](https://github.com/nf-core/rnaseq/issues/1111), [#1153](https://github.com/nf-core/rnaseq/issues/1153))
3131
- [PR #1157](https://github.com/nf-core/rnaseq/pull/1157) - Add slash to `--outdir` for cloud tests to fix Azure validation issue
32+
- [PR #1159](https://github.com/nf-core/rnaseq/pull/1159) - Issues loading MultiQC report ([#1158](https://github.com/nf-core/rnaseq/issues/1158))
3233

3334
### Parameters
3435

@@ -44,6 +45,7 @@ Special thanks to the following for their contributions to the release:
4445

4546
| Dependency | Old version | New version |
4647
| ---------- | ----------- | ----------- |
48+
| `multiqc` | 1.17 | 1.19 |
4749
| `qualimap` | 2.2.2d | 2.3 |
4850
| `rseqc` | 3.0.1 | 5.0.3 |
4951

modules.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
"custom/dumpsoftwareversions": {
1919
"branch": "master",
2020
"git_sha": "bba7e362e4afead70653f84d8700588ea28d0f9e",
21-
"installed_by": ["modules"]
21+
"installed_by": ["modules"],
22+
"patch": "modules/nf-core/custom/dumpsoftwareversions/custom-dumpsoftwareversions.diff"
2223
},
2324
"custom/getchromsizes": {
2425
"branch": "master",

modules/local/multiqc/main.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 "bioconda::multiqc=1.17"
4+
conda "bioconda::multiqc=1.19"
55
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
6-
'https://depot.galaxyproject.org/singularity/multiqc:1.17--pyhdfd78af_1' :
7-
'biocontainers/multiqc:1.17--pyhdfd78af_1' }"
6+
'https://depot.galaxyproject.org/singularity/multiqc:1.19--pyhdfd78af_0' :
7+
'biocontainers/multiqc:1.19--pyhdfd78af_0' }"
88

99
input:
1010
path multiqc_config

modules/nf-core/custom/dumpsoftwareversions/custom-dumpsoftwareversions.diff

Lines changed: 19 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/custom/dumpsoftwareversions/main.nf

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)