Skip to content

Commit 3876a7a

Browse files
committed
Fix tiny issue with linting
1 parent e7f4ffa commit 3876a7a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

nextflow.config

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,6 @@ params {
9595
// Config options
9696
config_profile_name = null
9797
config_profile_description = null
98-
99-
10098
custom_config_version = 'master'
10199
custom_config_base = "https://raw.githubusercontent.com/nf-core/configs/${params.custom_config_version}"
102100
config_profile_contact = null
@@ -235,7 +233,7 @@ profiles {
235233
includeConfig !System.getenv('NXF_OFFLINE') && params.custom_config_base ? "${params.custom_config_base}/nfcore_custom.config" : "/dev/null"
236234

237235
// Load nf-core/smrnaseq custom profiles from different institutions.
238-
// includeConfig !System.getenv('NXF_OFFLINE') && params.custom_config_base ? "${params.custom_config_base}/pipeline/smrnaseq.config" : "/dev/null"
236+
includeConfig !System.getenv('NXF_OFFLINE') && params.custom_config_base ? "${params.custom_config_base}/pipeline/smrnaseq.config" : "/dev/null"
239237
// Set default registry for Apptainer, Docker, Podman, Charliecloud and Singularity independent of -profile
240238
// Will not be used unless Apptainer / Docker / Podman / Charliecloud / Singularity are enabled
241239
// Set to your registry if you have a mirror of containers

0 commit comments

Comments
 (0)