Anyway to find the last of process in a nf file? #5137
Unanswered
Vignesh-Kathirkamar
asked this question in
Q&A
Replies: 0 comments
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
-
Hi, I'm trying to run a psql command at the last process.
I can't hardcode the psql command at the last process because the psql command depends on the "runName" (${workflow.runName}) of the child pod.
I also tried to run the psql command from the workflow.onComplete{} block provided by nf, it didn't work too.
Is there a way to find the last process dyanmically and use the psql command from there?
Nextflow version: 23.10.1
Beta Was this translation helpful? Give feedback.
All reactions