add nextflow d30e48d
This commit is contained in:
11
nextflow/tests/checks/workflow-oncomplete.nf/.config
Normal file
11
nextflow/tests/checks/workflow-oncomplete.nf/.config
Normal file
@@ -0,0 +1,11 @@
|
||||
workflow {
|
||||
onComplete = {
|
||||
println "runName: ${workflow.runName}"
|
||||
println "command: ${params?.command}"
|
||||
println "repository: $workflow.repository"
|
||||
println "revision: $workflow.revision"
|
||||
println "success: $workflow.success"
|
||||
println "exitStatus: $workflow.exitStatus"
|
||||
println 'DONE'
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user