Skip to content

v2 config spec check: false positive around process.publishDir attributes #6718

@ewels

Description

@ewels

Bug report

False warnings are given around unrecognised config options for process.publishDir options.

Steps to reproduce the problem

$ export NXF_SYNTAX_PARSER=v2
$ nextflow run nf-core/testpipeline -profile docker,test --outdir ./results
...
WARN: Unrecognized config option 'process.publishDir.path'
WARN: Unrecognized config option 'process.publishDir.mode'
WARN: Unrecognized config option 'process.publishDir.saveAs'
...

These warnings should not be triggered.

Running 25.12.0-edge

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions