Skip to content

Commit 855e22e

Browse files
authored
Update pipeline.nf
1 parent 4d85614 commit 855e22e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nf_core/pipeline-template/workflows/pipeline.nf

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ workflow.onComplete {
130130
workflow.onError {
131131
if (workflow.errorReport.contains("Process requirement exceeds available memory")) {
132132
println("🛑 Default resources exceed availability 🛑 ")
133-
println "💡 See here on how to configure pipeline: https://nf-co.re/docs/usage/configuration#tuning-workflow-resources 💡"
133+
println("💡 See here on how to configure pipeline: https://nf-co.re/docs/usage/configuration#tuning-workflow-resources 💡")
134134
}
135135
}
136136

0 commit comments

Comments
 (0)