Skip to content

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

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!

Activity

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

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