We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d85614 commit 855e22eCopy full SHA for 855e22e
nf_core/pipeline-template/workflows/pipeline.nf
@@ -130,7 +130,7 @@ workflow.onComplete {
130
workflow.onError {
131
if (workflow.errorReport.contains("Process requirement exceeds available memory")) {
132
println("🛑 Default resources exceed availability 🛑 ")
133
- println "💡 See here on how to configure pipeline: https://nf-co.re/docs/usage/configuration#tuning-workflow-resources 💡"
+ println("💡 See here on how to configure pipeline: https://nf-co.re/docs/usage/configuration#tuning-workflow-resources 💡")
134
}
135
136
0 commit comments