You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Linting will fail to run if "----" is present in a module patch diff file.
In an nf-core pipeline that currently passes linting add one of the latest samtools modules.
nf-core modules install samtools/dict
Modify the environment.yaml file to use a name: and remove the schema reference, because without non-unique conda environments currently break nextflow (until the next release at least). nextflow-io/nextflow#5489
Description of the bug
Linting will fail to run if "----" is present in a module patch diff file.
In an nf-core pipeline that currently passes linting add one of the latest samtools modules.
nf-core modules install samtools/dict
Modify the environment.yaml file to use a
name:
and remove the schema reference, because without non-unique conda environments currently break nextflow (until the next release at least). nextflow-io/nextflow#5489Linting should still complete successfully at this point.
nf-core pipelines lint
Be responsible, document your patch! Run
nf-core modules patch samtools/dict
Now run linting again.
nf-core pipelines lint
If you remove the "----" line from the diff file, linting will pass again.
Command used and terminal output
System information
Nextflow version: 24.04.4
Hardware: Desktop
Executor: NA
OS: macOS
nf-core/tools version: 3.0.2
python version: 3.12
The text was updated successfully, but these errors were encountered: