Skip to content
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

Template wizard launcher uses github CDN, which does not update immediately after push #48

Open
nkrumm opened this issue Jan 7, 2020 · 0 comments

Comments

@nkrumm
Copy link
Collaborator

nkrumm commented Jan 7, 2020

In GitLab by @nkrumm on Dec 30, 2019, 11:52

When launching a workflow via the template wizard launcher, the nextflow.config file is retrieved via the raw.githubusercontent.com cdn-- and this does not always immediately update on push. Therefore, users could be seeing a stale copy of the nextflow config file during the launch process, causing confusion or errors.

Options:

  1. Use a faster CDN -- https://combinatronics.com/ might be an option (github only)
  2. Use a git client in the wizard backend to fetch the latest copy of a file (this would also be needed for private repos)
  3. use a github API?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant