-
Notifications
You must be signed in to change notification settings - Fork 212
Point workspaceFolder
to /workspaces/training/
#500
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
Conversation
✅ Deploy Preview for nextflow-training ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
The only issue here is that this hard-codes the hello-nextflow series as the only workspace, and wouldn't work for other training materials. I think we need to find a way to specify the workspace. |
I think we need to see it in a different way. |
It's honestly not that hard to jump into a folder and exclude the rest, @adamrtalbot had people doing that in the last training I was on with him, even for folders within 'hello'. In the absence of a linkable way of specifying a workspace, it's better people start at the top and we show them how to do that (IMO). |
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.
Merging now and asking forgiveness later 🤠
Doh, I missed this. Two things:
Corollary: either this got reverted or what was put in doesn't work? I'd like to know which it is, to make sure we understand current behavior and nothing is going to changed from under our feet. |
So it didn't get reverted and it didn't not work - it was changed to not follow the initial title. If you check the files diff on the PR you'll see the file path doesn't include nf-hello. |
workspaceFolder
to /workspaces/training/hello-nextflow/
workspaceFolder
to /workspaces/training/
Continuing a discussion with @robsyme
We played with GitHub Codespaces and we noticed that it was errorring and not expending the value from
${localWorkspaceFolder}
.I propose to point directly to

/workspaces/training/
EDIT: reflect what actually happened in that PR