Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
fmalmeida committed Feb 23, 2024
1 parent b2d6cd9 commit 96c176f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,12 @@ workflow {
/*
* Completition message
*/
workflow.onComplete {
println "Pipeline completed at: $workflow.complete"
println "Execution status: ${ workflow.success ? 'OK' : 'failed' }"
println "Execution duration: $workflow.duration"
println ""
println "${ workflow.success ? 'I wish you nice results!' : 'Do not give up, we can fix it!' }"
println "${ workflow.success ? 'Thank you for using fmalmeida/mpgap pipeline!' : '' }"
println ""
}
workflow.onComplete {
println "Pipeline completed at: $workflow.complete"
println "Execution status: ${ workflow.success ? 'OK' : 'failed' }"
println "Execution duration: $workflow.duration"
println ""
println "${ workflow.success ? 'I wish you nice results!' : 'Do not give up, we can fix it!' }"
println "${ workflow.success ? 'Thank you for using fmalmeida/mpgap pipeline!' : '' }"
println ""
}

0 comments on commit 96c176f

Please sign in to comment.