docs: Move channel factories and operators to stdlib reference - #7414
Merged
Conversation
✅ Deploy Preview for nextflow-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Member
Author
|
If the tutorial feels weird, another option would be to add a section on topic channels to the "Workflows" page under "Dataflow". It would be much shorter and introductory, similar to the current |
bentsherman
force-pushed
the
docs-stdlib-channel
branch
from
August 4, 2026 13:04
ce6243f to
08cd813
Compare
Signed-off-by: Ben Sherman <bentshermann@gmail.com>
Signed-off-by: Ben Sherman <bentshermann@gmail.com>
Signed-off-by: Ben Sherman <bentshermann@gmail.com>
bentsherman
force-pushed
the
docs-stdlib-channel
branch
from
August 5, 2026 23:26
e09fd8f to
4557708
Compare
christopher-hakkaart
approved these changes
Aug 6, 2026
christopher-hakkaart
left a comment
Collaborator
There was a problem hiding this comment.
Looks really good already. I made very minor suggestions in #7451
Signed-off-by: Christopher Hakkaart <christopher.hakkaart@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR builds on #7409 by consolidating the channel factories and typed operators pages into the stdlib reference:
channelnamespaceChanneltypeAlso adds a tutorial for topic channels, since the
channel.topic()reference was trying to give a mini-tutorial. I based it loosely on nf-core/rnaseq since rnaseq-nf doesn't collect tool versions and nf-core/rnaseq is the most well-known pipeline that uses this pattern