docs: Update CONTRIBUTING.md from nf-dev-guidelines - #155
Open
nf-guidelines-sync-bot[bot] wants to merge 1 commit into
Open
docs: Update CONTRIBUTING.md from nf-dev-guidelines#155nf-guidelines-sync-bot[bot] wants to merge 1 commit into
nf-guidelines-sync-bot[bot] wants to merge 1 commit into
Conversation
PR checklist
See Contributing Guidelines for more details on how to contribute according to pipeline conventions. |
|
nf-guidelines-sync-bot
Bot
force-pushed
the
update-contributing-guidelines
branch
from
July 1, 2026 13:01
58617ba to
8feaa9a
Compare
fellen31
reviewed
Jul 1, 2026
fellen31
reviewed
Jul 1, 2026
Comment on lines
+236
to
+250
| - Both `take:` and `emit:` block entries require an inline type comment. Use `name // type: [mandatory|optional] description` for `take:` and `name = value // channel: [type description]` for `emit:`. Always include the comment — never leave an entry uncommented. | ||
|
|
||
| ```groovy | ||
| take: | ||
| ch_vcf // channel: [mandatory] [ val(meta), path(vcf) ] | ||
| ch_reduced_penetrance // channel: [optional] [ path(penetrance) ] | ||
| val_aligner // string: [mandatory] aligner name (bwa/bwamem2/bwameme) | ||
| process_with_sort // Boolean | ||
|
|
||
| emit: | ||
| vcf = ch_vcf // channel: [ val(meta), path(vcf) ] | ||
| publish = ch_publish // channel: [ val(destination), val(value) ] | ||
| ``` | ||
|
|
||
| - Use `ch_* = <...>` to declare a new channel. Avoid using `.set { ch_* }`. |
Contributor
There was a problem hiding this comment.
Mostly just changing location.
nf-guidelines-sync-bot
Bot
force-pushed
the
update-contributing-guidelines
branch
from
July 1, 2026 13:13
8feaa9a to
3770e7e
Compare
fellen31
reviewed
Jul 1, 2026
Comment on lines
-217
to
-219
| ### Images and figures | ||
|
|
||
| For overview images and other documents we follow the nf-core [style guidelines and examples](https://nf-co.re/developers/design_guidelines). |
Contributor
There was a problem hiding this comment.
This link is broken (#80). Hope it's okay that this section disappears.
fellen31
reviewed
Jul 1, 2026
fellen31
reviewed
Jul 1, 2026
fellen31
reviewed
Jul 1, 2026
nf-guidelines-sync-bot
Bot
force-pushed
the
update-contributing-guidelines
branch
2 times, most recently
from
July 1, 2026 13:34
c2541e9 to
8bfccc5
Compare
fellen31
reviewed
Jul 1, 2026
| - [Adding a new step](#adding-a-new-step) | ||
| - [Channels](#channels) | ||
| - [Naming schemes](#naming-schemes) | ||
| - [Naming conversions](#naming-conversions) |
Contributor
There was a problem hiding this comment.
Previously broken in original docs, header is naming conventions.
Contributor
There was a problem hiding this comment.
Correct! I just noticed that today so it's nice that it's fixed!
nf-guidelines-sync-bot
Bot
force-pushed
the
update-contributing-guidelines
branch
from
July 2, 2026 07:54
8bfccc5 to
26981cf
Compare
nf-guidelines-sync-bot
Bot
force-pushed
the
update-contributing-guidelines
branch
from
July 2, 2026 12:23
26981cf to
a0c7fd8
Compare
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.
Auto-generated from nf-dev-guidelines.