We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When running nf-core download you can sometimes get the following error log message:
nf-core download
ERROR Cannot parse container string, skipping: ${ download.py:485 workflow.containerEngine ==
On the plus side, it doesn't fail. But the error message isn't super useful (would be good to log which file it came from).
More importantly, we should add a lint test to check pipelines that all container strings can be parsed, to avoid this happening in the first place.
The text was updated successfully, but these errors were encountered:
Closing due to merge of #1683
Sorry, something went wrong.
ErikDanielsson
Successfully merging a pull request may close this issue.
When running
nf-core download
you can sometimes get the following error log message:On the plus side, it doesn't fail. But the error message isn't super useful (would be good to log which file it came from).
More importantly, we should add a lint test to check pipelines that all container strings can be parsed, to avoid this happening in the first place.
The text was updated successfully, but these errors were encountered: