Skip to content

Commit 42e221b

Browse files
committed
multiqc
1 parent d2d56c5 commit 42e221b

9 files changed

Lines changed: 117 additions & 59 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414
- [#34](https://github.com/qbic-pipelines/vcftomaf/pull/34) - Update vcf2maf configuration to adhere to hg38 as reference genome (@famosab)
1515
- [#35](https://github.com/qbic-pipelines/vcftomaf/pull/35) - Template update to 3.2.0 (@famosab)
1616
- [#37](https://github.com/qbic-pipelines/vcftomaf/pull/37) - Template update to 3.2.1 (@famosab)
17+
- [#38](https://github.com/qbic-pipelines/vcftomaf/pull/38) - Template update to 3.5.1 (@famosab)
1718

1819
### `Dependencies`
1920

2021
| Dependency | Old version | New version |
2122
| ---------- | ----------- | ----------- |
23+
| MultiQC. | 1.27 | 1.32 |
2224

2325
### `Deprecated`
2426

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,3 @@ RUN apt-get update -qq
1414
ENV PATH /opt/conda/envs/qbic-pipelines-vcftomaf-dev/bin:$PATH
1515
# Dump the details of the installed packates to a file for posterity
1616
RUN mamba env export --name qbic-pipelines-vcftomaf-dev > qbic-pipelines-vcftomaf-dev.yml
17-

modules.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"multiqc": {
1919
"branch": "master",
20-
"git_sha": "f0719ae309075ae4a291533883847c3f7c441dad",
20+
"git_sha": "0b2435805036a16dcdcf21533632d956b8273ac4",
2121
"installed_by": ["modules"]
2222
},
2323
"picard/liftovervcf": {

modules/nf-core/multiqc/environment.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/multiqc/main.nf

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

modules/nf-core/multiqc/meta.yml

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

modules/nf-core/multiqc/tests/custom_prefix.config

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

modules/nf-core/multiqc/tests/main.nf.test

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

modules/nf-core/multiqc/tests/main.nf.test.snap

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

0 commit comments

Comments
 (0)