Skip to content

Nextflow 22.03+ Removed Operators used in sci-bbi #50

@acmullen-med

Description

@acmullen-med

I was using the sci-demux and the newer versions of Nextflow default to using DSL2 (https://www.nextflow.io/docs/latest/dsl2.html) which has removed certain operators (like into). This resulted in a silent error in failing to make good_sample_sheet

A work around was to add the line nextflow.enable.dsl=1 to my config file.

Either rewriting the nextflow code to remove the deprecated operators or altering the README to suggest the change to the .config might be in order.

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions