Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .devcontainer/codespaces-dev/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
// Nextflow installation version
"NXF_HOME": "/workspaces/.nextflow",
"NXF_EDGE": "0",
"NXF_VER": "25.04.3",
"NXF_VER": "25.04.06",
// Other env vars
"HOST_PROJECT_PATH": "/workspaces/training",
"SHELL": "/bin/bash" // Ush bash
Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.

// Other env vars
"HOST_PROJECT_PATH": "/workspaces/training",
"SHELL": "/bin/bash" // Ush bash
Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/local-dev/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
// Nextflow installation version
"NXF_HOME": "/workspaces/training/.nextflow",
"NXF_EDGE": "0",
"NXF_VER": "25.04.3",
"NXF_VER": "25.04.06",
// Other env vars
"HOST_PROJECT_PATH": "/workspaces/training",
"SHELL": "/bin/bash" // Ush bash
Expand Down