-
Notifications
You must be signed in to change notification settings - Fork 441
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
Fix scanpy by using profile #2704
Conversation
Huh, containerized test passed while the Conda test fails with
|
OK, louvain has actually been removed at bioconda/bioconda-recipes@8cbb444#diff-42a29748c004d0dde077e3b41b022f3c, but the container wasn't rebuilt. So I guess we should add louvain as a separate requirement. |
Mh, the container is here: 1.4.4.post1--py_1 ... https://quay.io/repository/biocontainers/scanpy?tab=tags isn't it? |
Hah, it doesn't contain louvain, and yet it's not failing ... that isn't good :/ |
Yep we will need louvain for sure. |
This is ready for review |
@bebatut do you want to add your changes to this branch? |
Let's try to keep the changes frequent and small, this will help with debugging and reviewing. |
I will add the changes in another PR as they are not ready |
numba write to the code directory or the home directory, neither of which is or should be writable. The profile version ensures this is written to an isolated home_dir for the job.
FOR CONTRIBUTOR: