Skip to content

Commit

Permalink
Update main.nf
Browse files Browse the repository at this point in the history
  • Loading branch information
seppinho authored Dec 28, 2024
1 parent e440dbe commit 58a9c6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ workflow.onComplete {
sendMail{
to "${params.user.email}"
subject "[${params.service.name}] Job ${params.project} ${statusMessage}"
body "Dear ${params.user.name}, \n Your job has been ${statusMessage}.\n\n More details can be found at the following link: ${params.service.url}/index.html#!jobs/${params.project}"
body "Dear ${params.user.name}, \n Your job ${statusMessage}.\n\n More details can be found at the following link: ${params.service.url}/index.html#!jobs/${params.project}"
}
}
println "::error:: Imputation job ${statusMessage}."
Expand Down Expand Up @@ -199,4 +199,4 @@ workflow.onComplete {
println "::message:: Data have been exported successfully."
}

}
}

0 comments on commit 58a9c6b

Please sign in to comment.