Skip to content

Commit 5faf88c

Browse files
committed
Uncomment include
1 parent b117430 commit 5faf88c

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
@@ -219,7 +219,7 @@ includeConfig !System.getenv('NXF_OFFLINE') && params.custom_config_base ? "${pa
219219

220220
// Load nf-core/chipseq custom profiles from different institutions.
221221
// TODO nf-core: Optionally, you can add a pipeline-specific nf-core config at https://github.com/nf-core/configs
222-
// includeConfig !System.getenv('NXF_OFFLINE') && params.custom_config_base ? "${params.custom_config_base}/pipeline/chipseq.config" : "/dev/null"
222+
includeConfig !System.getenv('NXF_OFFLINE') && params.custom_config_base ? "${params.custom_config_base}/pipeline/chipseq.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)