Skip to content

Issue with the example at src/pages/basic-pipeline.md #456

@timothybooth

Description

@timothybooth

The simple example at src/pages/basic-pipeline.md (visible at https://www.nextflow.io/example1.html) says that:

Line 42: The outputs of splitSequences are passed as inputs to the reverse process, which processes each split file in parallel.

But this doesn't happen, because the workflow is lacking a "flatten" step, so the "reverse" process runs just once and receives all the files as input.

So I think either the workflow or the description should be fixed!

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