-
Notifications
You must be signed in to change notification settings - Fork 56
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
Azurize CellBender to run on ToA #367
Conversation
Looks good to me! Thanks. |
One other thing to mention is that, per Janet Gainer-Dewar, the use of preemptible machines on Azure might not make sense currently. It sounds like there is no support for "checkpointFile" on Azure yet. So if you run with |
That makes sense. I could set I was also wondering if it would make sense to also remove |
Setting |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, I will merge
Thank you! |
We don't have GPU access in ToA and we want to run Multiome (with CellBender) on Azure.
cellbender_remove_background_azure.wdl
is a copy ofcellbender_remove_background.wdl
without the CUDA options for CellBenderAzurized CellBender so that it runs in Multiome by (1) removing the
--cuda
option as a CellBender input parameter and (2) removing runtime variables for GPU access when on Azure.