-
Notifications
You must be signed in to change notification settings - Fork 192
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
Add new error message pointing to docs when 'requirement exceeds available memory' error message #2688
Conversation
…e memory' error message
This PR is against the
|
workflow.onError { | ||
if (workflow.errorReport.contains("Process requirement exceeds available memory")) { | ||
println("🛑 Default resources exceed availability 🛑 ") | ||
println "💡 See here on how to configure pipeline: https://nf-co.re/docs/usage/configuration#tuning-workflow-resources 💡" |
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.
Why two different syntax styles?
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.
No idea how that happened!
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files☔ View full report in Codecov by Sentry. |
<3 to @mribeirodantas for the solution on the Nextflow discourse!
PR checklist
CHANGELOG.md
is updateddocs
is updated