Hello everyone,
Our group is trying to run two instances of the same nextflow pipeline on a large cluster computer and keep getting a generic error that I can't decipher. I was wondering if there could be an issue with trying to run the same pipeline, using two accounts, on a server that uses the slurm scheduler?
We know that the pipeline will run successfully on a single account, but when we tried starting a second one we get this error:
[Task monitor] DEBUG nextflow.Session - Session aborted -- Cause: Process `RunQC (IE20_concatenated)` terminated for an unknown reason -- Likely it has been terminated by the external system
However, as I try to figure out what caused the error, I noticed that the process was actually successfully completed:
Task completed > TaskHandler[jobId: 1870929; id: 11; name: RunQC (IE20_concatenated); status: COMPLETED
And all the output files were in the work directory as expected. I'm wondering if I'm missing something obvious or recommendations for how else I should go about troubleshooting this error.
Thank you for your time!
-Enrique