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
{{ message }}
This repository was archived by the owner on Jul 1, 2025. It is now read-only.
First off, the pyani package looks great. I was wondering if it was possible to limit the number of threads used in the multiprocessing mode to a set number? I'm trying to run the script on a non-SGE server and I'm concerned that the script as is, will try and use all available threads on the node... which is not so good.
First off, the pyani package looks great. I was wondering if it was possible to limit the number of threads used in the multiprocessing mode to a set number? I'm trying to run the script on a non-SGE server and I'm concerned that the script as is, will try and use all available threads on the node... which is not so good.
Thanks!