Skip to content

Commit 91907b6

Browse files
authored
Merge pull request #374 from jonasscheid/dev
2 parents 002867d + 14ae3e9 commit 91907b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
44
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
55

6-
## 3.0.0 - Monrepos - 20/05/2025
6+
## 3.0.0 - Monrepos - 22/05/2025
77

88
### `Added`
99

nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ profiles {
229229
includeConfig !System.getenv('NXF_OFFLINE') && params.custom_config_base ? "${params.custom_config_base}/nfcore_custom.config" : "/dev/null"
230230

231231
// Load nf-core/mhcquant custom profiles from different institutions.
232-
// includeConfig !System.getenv('NXF_OFFLINE') && params.custom_config_base ? "${params.custom_config_base}/pipeline/mhcquant.config" : "/dev/null"
232+
includeConfig !System.getenv('NXF_OFFLINE') && params.custom_config_base ? "${params.custom_config_base}/pipeline/mhcquant.config" : "/dev/null"
233233

234234
// Set default registry for Apptainer, Docker, Podman, Charliecloud and Singularity independent of -profile
235235
// Will not be used unless Apptainer / Docker / Podman / Charliecloud / Singularity are enabled

0 commit comments

Comments
 (0)