Closed hmkim closed 6 years ago
Hi @hmkim ,
This is an issue with Toil's support of GridEngine. Unfortunately, I couldn't find exactly what versions of GridEngine Toil supports, but you can open an issue on the Toil repository or bring this up in the Toil gitter. Until you reach a solution, you can run your samples in the default mode / single-machine mode. Toil's best-supported framework is Mesos if you have that option available to you.
Cheers, John
Just pinning this here for now or in case this is stumbled across in the future. This looks like an old issue that was fixed to some degree by allowing the user to specify something other than shm
with TOIL_GRIDENGINE_PE
:
https://github.com/DataBiosphere/toil/issues/572
The problem line: https://github.com/DataBiosphere/toil/blob/master/src/toil/batchSystems/gridengine.py#L208
@DailyDreaming — Thanks for the information Lon!
Hello! Please let me about this problem.
$ toil-rnaseq run jobStore --workDir=./ --batchSystem=gridEngine
How can I handle this problem ? Thanks in advance!