Skip to content

Commit

Permalink
Fix tiny issue with linting
Browse files Browse the repository at this point in the history
  • Loading branch information
apeltzer committed Oct 14, 2024
1 parent e7f4ffa commit 3876a7a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,6 @@ params {
// Config options
config_profile_name = null
config_profile_description = null


custom_config_version = 'master'
custom_config_base = "https://raw.githubusercontent.com/nf-core/configs/${params.custom_config_version}"
config_profile_contact = null
Expand Down Expand Up @@ -235,7 +233,7 @@ profiles {
includeConfig !System.getenv('NXF_OFFLINE') && params.custom_config_base ? "${params.custom_config_base}/nfcore_custom.config" : "/dev/null"

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

0 comments on commit 3876a7a

Please sign in to comment.