We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent deed289 commit f478094Copy full SHA for f478094
1 file changed
nextflow.config
@@ -173,7 +173,7 @@ profiles {
173
}
174
175
// Load nf-core custom profiles from different Institutions
176
-includeConfig !System.getenv('NXF_OFFLINE') && params.custom_config_base ? "${params.custom_config_base}/nfcore_custom.config" : "/dev/null"
+includeConfig params.custom_config_base && (!System.getenv('NXF_OFFLINE') || !params.custom_config_base.startsWith('http')) ? "${params.custom_config_base}/nfcore_custom.config" : "/dev/null"
177
178
// Load nf-core/proteinannotator custom profiles from different institutions.
179
// TODO nf-core: Optionally, you can add a pipeline-specific nf-core config at https://github.com/nf-core/configs
0 commit comments