How to stop a background running pipeline? #2924
-
Hi, I ran a TransPi pipeline with: But it failed due to insufficient memory and, for some reason, when I access the nextflow tower it shows that the pipeline is still running. (base) kcapel@seal: and (base) kcapel@seal: but none of them seems to work as it is still running in the tower. Can anyone help? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Have you tried killing it with |
Beta Was this translation helpful? Give feedback.
Have you tried killing it with
kill -9 8676
?I also experienced what you described and this worked for me!