Closed abulenciamiguel closed 2 years ago
Hi @ufuomababatunde,
Thanks for the issue report! What executor are you using for your HPC environment? It likely has to do with that not being set correctly and you may need to generate your own config file or I can look to add one in for you.
Hello @DarianHole ,
Thank you for the idea. I added the lines below in the nextflow.config and it worked.
executor {
name = 'local'
cpus = 35
memory = '150 GB'
}
Tried running it in HPC and got this error below but it ran fine with done in local desktop.