nextflow-io / nextflow-io/website
Issue with the example at `src/pages/basic-pipeline.md`
Nobody has claimed this yet.
- Dominant language
- HTML
- Stars
- 9
- Forks
- 156
- Avg merge
- 1d 6h
- Merged PRs (30d)
- 3
Description
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!
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Open src/pages/basic-pipeline.md and compare the workflow with the description around line 42. Determine whether the example or its wording should reflect the observed split-file behavior, then verify the rendered example at https://www.nextflow.io/example1.html matches the correction.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- markdown
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100