-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Command-line option for cpu count #14
Comments
I usually run via WDL/Terra on the cloud where it makes sense to give SegAlign all cores on the node. But not being able to specify the CPU count can cause trouble on other environments Toil supports. Ex : ComparativeGenomicsToolkit/cactus#709 @gsneha26 Could you please add a command-line option to I remember you mentioning |
If anyone else is having this issue, my workaround is to set the |
Right now
run_wga_gpu
uses$(nproc)
threads. This makes it difficult to use from workflows such as toil or cactus. Can you please add an option to specifiy the threads on the command line? A similar option to specify the number of GPUs would also be helpful. Thanks.The text was updated successfully, but these errors were encountered: