You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If external subprocesses such as mafft got killed (e.g. by SLURM)
because of OOM, the main FastOMA python process did simply raise an
Exception and terminated with exit code 1. This prevented nextflow
from restarting it with more memory/time.
We now report properly the exit code of Mafft and FastTree and exit
the python code with the same exit code (stored in WrapperError)
0 commit comments