Skip to content

Commit e8c2043

Browse files
committed
This cannot be uncommented out because the remote file doesn't exist
1 parent a246dbc commit e8c2043

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

nextflow.config

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -199,10 +199,6 @@ profiles {
199199
// Load nf-core custom profiles from different Institutions
200200
includeConfig !System.getenv('NXF_OFFLINE') && params.custom_config_base ? "${params.custom_config_base}/nfcore_custom.config" : "/dev/null"
201201

202-
// Load sanger-tol/blobtoolkit custom profiles from different institutions.
203-
// Optionally, you can add a pipeline-specific nf-core config at https://github.com/nf-core/configs
204-
// includeConfig !System.getenv('NXF_OFFLINE') && params.custom_config_base ? "${params.custom_config_base}/pipeline/blobtoolkit.config" : "/dev/null"
205-
206202
// Set default registry for Apptainer, Docker, Podman, Charliecloud and Singularity independent of -profile
207203
// Will not be used unless Apptainer / Docker / Podman / Charliecloud / Singularity are enabled
208204
// Set to your registry if you have a mirror of containers

0 commit comments

Comments
 (0)