Skip to content

Conversation

ewels
Copy link
Member

@ewels ewels commented Aug 6, 2025

Update Nextflow version to 25.04.06 in devcontainer configurations as requested.


Slack Thread

Open in Cursor Open in Web

Co-authored-by: phil.ewels <phil.ewels@seqera.io>
Copy link

cursor bot commented Aug 6, 2025

Cursor Agent can help with this pull request. Just @cursor in comments and I'll start working on changes in this branch.
Learn more about Cursor Agents

Copy link

netlify bot commented Aug 6, 2025

Deploy Preview for nextflow-training ready!

Name Link
🔨 Latest commit 30a12c5
🔍 Latest deploy log https://app.netlify.com/projects/nextflow-training/deploys/68933a6112167d0008a87a08
😎 Deploy Preview https://deploy-preview-646--nextflow-training.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Co-authored-by: phil.ewels <phil.ewels@seqera.io>
@@ -12,7 +12,7 @@
// Nextflow installation version
"NXF_HOME": "/workspaces/.nextflow",
"NXF_EDGE": "0",
"NXF_VER": "25.04.3",
"NXF_VER": "25.04.06",
Copy link
Collaborator

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?

Copy link
Member Author

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

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Better now?

Copy link
Collaborator

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.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ewels ewels changed the title Update nextflow to 25.04.06 Update nextflow to 25.04.6 Aug 6, 2025
@ewels
Copy link
Member Author

ewels commented Aug 7, 2025

@cursoragent are there any remaining references to previous Nextflow versions?

Copy link

cursor bot commented Aug 7, 2025

I performed a comprehensive search for any remaining references to previous Nextflow versions across the codebase, including using grep to look for various version patterns and examining specific files like .snap files.

Based on my findings, here's the summary:

  • Successfully Updated: All devcontainer configurations and documentation examples showing Nextflow output have been successfully updated to 25.04.6.
  • Intentionally Left Unchanged: I found several references to older Nextflow versions that were intentionally left as they are for valid reasons:
    • Documentation Examples: Some documentation, particularly in setup guides, uses older versions (e.g., 23.10.0, 23.10.1) to demonstrate how to set specific versions for educational purposes.
    • Pipeline Configuration Requirements: Files like nextflow.config contain minimum version requirements (e.g., !>=24.04.2, !>=23.04.0, >=21.10.0), which specify compatibility rather than the version to be used.
    • Test Snapshot Files (.snap): These files contain historical test results and capture the exact Nextflow version used when tests were run (e.g., 24.10.0, 24.10.4, 23.10.1). Modifying these would invalidate the test results.

In conclusion, all appropriate references have been updated to 25.04.6. The remaining older version references are preserved for specific purposes such as educational examples, minimum compatibility requirements, and historical test snapshots. The update is complete and comprehensive.


4 tasks completed

  • Search for any remaining references to older Nextflow versions
  • Check for any 24.x.x version references that might need updating
  • Check for any 23.x.x version references in documentation
  • Verify all version references are consistent across the codebase
Open in Cursor Open in Web

Learn more about Cursor Agents

@vdauwera
Copy link
Collaborator

vdauwera commented Sep 3, 2025

Has this been tested in practice? Are we ready to push it out ahead of the Cambridge Sessions?

@vdauwera vdauwera added the environment Devcontainer, codespaces etc label Sep 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
environment Devcontainer, codespaces etc
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants