-
Notifications
You must be signed in to change notification settings - Fork 240
Update nextflow to 25.04.6 #646
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
base: master
Are you sure you want to change the base?
Conversation
Co-authored-by: phil.ewels <phil.ewels@seqera.io>
Cursor Agent can help with this pull request. Just |
✅ Deploy Preview for nextflow-training ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Co-authored-by: phil.ewels <phil.ewels@seqera.io>
.devcontainer/devcontainer.json
Outdated
@@ -12,7 +12,7 @@ | |||
// Nextflow installation version | |||
"NXF_HOME": "/workspaces/.nextflow", | |||
"NXF_EDGE": "0", | |||
"NXF_VER": "25.04.3", | |||
"NXF_VER": "25.04.06", |
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.
Isn't this the wrong number? Shouldn't it be 25.04.6
? and all the markdown needs updating?
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.
You can reply on the slack thread and it should do it
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.
Better now?
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.
Interesting it just copied your text though. I would have thought it would check for public releases, which is what Claude Code or Cursor locally would probably do.
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.
@cursoragent are there any remaining references to previous Nextflow versions? |
I performed a comprehensive search for any remaining references to previous Nextflow versions across the codebase, including using Based on my findings, here's the summary:
In conclusion, all appropriate references have been updated to 4 tasks completed
Learn more about Cursor Agents |
Has this been tested in practice? Are we ready to push it out ahead of the Cambridge Sessions? |
Update Nextflow version to 25.04.06 in devcontainer configurations as requested.
Slack Thread