-
Notifications
You must be signed in to change notification settings - Fork 191
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support version topic channels #3093
base: dev
Are you sure you want to change the base?
Conversation
4952abb
to
3142b7f
Compare
3142b7f
to
f5504de
Compare
Otherwise the Workflow is the only Yaml with 4 spaces instead of 2
f5504de
to
c6d7226
Compare
@@ -258,7 +258,7 @@ manifest { | |||
homePage = 'https://github.com/{{ name }}' | |||
description = """{{ description }}""" | |||
mainScript = 'main.nf' | |||
nextflowVersion = '!>=23.04.0' | |||
nextflowVersion = '!>=23.11.0-edge' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why not upgrade to the next stable release?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I figured we would but this was the first release to have topic channels.
|Workflow: | ||
| $workflow.manifest.name: ${getWorkflowVersion()} | ||
| Nextflow: $workflow.nextflow.version |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what does this syntax do here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It strips the white space from the multi line string until the delimiter which by default is |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ah nice :)
Adds from nf-core/rnaseq#1115, nf-core/rnaseq#1109 and nf-core/nascent#150
This should support legacy version.ymls, version.ymls with the topic
version_yaml
andeval
topics in aversions
channel.PR checklist
CHANGELOG.md
is updateddocs
is updated