Skip to content

Conversation

@luisas
Copy link
Collaborator

@luisas luisas commented Oct 17, 2025

Fix merging for template update

@luisas luisas changed the base branch from TEMPLATE to nf-core-template-merge-3.3.2 October 17, 2025 09:48
@luisas luisas changed the base branch from nf-core-template-merge-3.3.2 to TEMPLATE October 17, 2025 09:57
@luisas luisas changed the base branch from TEMPLATE to dev October 17, 2025 10:00
nextflow.config Outdated

// If params.custom_config_base is set AND either the NXF_OFFLINE environment variable is not set or params.custom_config_base is a local path, the nfcore_custom.config file from the specified base path is included.
// Load nf-core/multiplesequencealign custom profiles from different institutions.
// includeConfig params.custom_config_base && (!System.getenv('NXF_OFFLINE') || !params.custom_config_base.startsWith('http')) ? "${params.custom_config_base}/nfcore_custom.config" : "/dev/null"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
// includeConfig params.custom_config_base && (!System.getenv('NXF_OFFLINE') || !params.custom_config_base.startsWith('http')) ? "${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"

nextflow.config Outdated


// Load nf-core/multiplesequencealign custom profiles from different institutions.
includeConfig !System.getenv('NXF_OFFLINE') && params.custom_config_base ? "${params.custom_config_base}/pipeline/multiplesequencealign.config" : "/dev/null"
Copy link
Member

@mirpedrol mirpedrol Oct 17, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The same changes that were made on line 229, should also be applied here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants