Skip to content

Commit b4eb1dd

Browse files
authored
Merge pull request #126 from nf-core/fix-lint
fix lint
2 parents ae7a06b + b4ffa7c commit b4eb1dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nextflow.config

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

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

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

0 commit comments

Comments
 (0)