jeroendecroos
Results
2
comments of
jeroendecroos
Do you mean SGE? If that is the case, you can pass the '-q' option via drmaa.JobTemplate.nativeSpecification, see also `man qsub`
It seems that this feature would require python >= 3.8 due to the typing_extensions.Doc is only supported for >=4.8.0. Made some small changes to ignore that issue for now to...