Skip to content

Commit

Permalink
Merge pull request #129 from nf-core/release-fixes
Browse files Browse the repository at this point in the history
Release fixes
  • Loading branch information
apeltzer authored Jan 27, 2025
2 parents 69ff745 + 6151a0d commit 8556707
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 48 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

| Dependency | Old version | New version |
| ---------- | ----------- | ----------- |
| `multiqc` | 1.24.1 | 1.26 |
| `multiqc` | 1.24.1 | 1.27 |

## v1.3.0 - 2024-08-27 - Micrometre

Expand Down
26 changes: 0 additions & 26 deletions conf/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -61,32 +61,6 @@ process {
ext.args = { "${params.gene_score_method}" }
}

withName: CREATE_ANNOTATED_TABLES {
publishDir = [
path: { "${params.outdir}/annotated_tables" },
mode: params.publish_dir_mode,
saveAs: { filename -> filename.equals('versions.yml') || filename.contains('_mqc') ? null : filename }
]
}

withName: CREATE_GENE_HEATMAP {
publishDir = [
path: { "${params.outdir}/gene_heatmaps" },
mode: params.publish_dir_mode,
saveAs: { filename -> filename.equals('versions.yml') ? null : filename }
]
ext.args = { "${params.heatmap_id_column}" }
}

withName: COMPUTE_GENE_SCORES {
publishDir = [
path: { "${params.outdir}/gene_scores" },
mode: params.publish_dir_mode,
saveAs: { filename -> filename.equals('versions.yml') ? null : filename }
]
ext.args = { "${params.gene_score_method}" }
}

withName: 'MULTIQC' {
ext.args = { params.multiqc_title ? "--title \"$params.multiqc_title\"" : '' }
publishDir = [
Expand Down
7 changes: 1 addition & 6 deletions modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,9 @@
"https://github.com/nf-core/modules.git": {
"modules": {
"nf-core": {
"fastqc": {
"branch": "master",
"git_sha": "08108058ea36a63f141c25c4e75f9f872a5b2296",
"installed_by": ["modules"]
},
"multiqc": {
"branch": "master",
"git_sha": "f80914f78fb7fa1c00b14cfeb29575ee12240d9c",
"git_sha": "f0719ae309075ae4a291533883847c3f7c441dad",
"installed_by": ["modules"]
},
"nacho/normalize": {
Expand Down
2 changes: 1 addition & 1 deletion modules/nf-core/multiqc/environment.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions modules/nf-core/multiqc/main.nf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 12 additions & 12 deletions modules/nf-core/multiqc/tests/main.nf.test.snap

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8556707

Please sign in to comment.