-
Notifications
You must be signed in to change notification settings - Fork 1
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
Add scanpy #25
Add scanpy #25
Conversation
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.
First off, holy crap, really sorry it took me so long to re-review... 🤦♂️ Those updates to pip look awesome, thanks for updating those. One last thing to update though, just for WILDS-style purposes, mind adding the tag to the filenames? (see comments for details).
No worries at all. I have changed the Dockerfile names and updated package version as well! |
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.
Interesting update! Yesterday, I noticed that the linter GitHub Action wasn't performing its check, turns out we've recently added some security features in WILDS to restrict which action types are allowed. Just needed to add the hadolint
action to the list of acceptable actions and it ran as expected on the next push.
That being said, you'll now notice that the check failed because of a few small optimization issues with scvi-tools
(follow link or see screenshot below). Mind fixing these as well? Happy to chat Monday to go through these as well!
I have made the following changes to scvi-tools: cbaf540
|
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.
Found one last issue. I tried building both images locally and the scvi-tools image errored out. Looks like combining the two pip
calls threw things off because of the --index-url
argument. I just split it into two pip
calls again, but on the same RUN
command, compiled fine from there. Thanks for your hard work and patience on this Sanaz! 🥳
Description
Related Issue
Example