Skip to content

Commit 1fcf24e

Browse files
authoredJan 31, 2025··
Merge pull request #239 from heuermh/1.1.3-release-lint
Fix 1.1.3 release lint error(s)
2 parents d292756 + 40c25e8 commit 1fcf24e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎nextflow.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ profiles {
219219
includeConfig !System.getenv('NXF_OFFLINE') && params.custom_config_base ? "${params.custom_config_base}/nfcore_custom.config" : "/dev/null"
220220

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

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

0 commit comments

Comments
 (0)
Please sign in to comment.