-
Notifications
You must be signed in to change notification settings - Fork 35
Updated the rankby_obsm function to optionally accept keys to test as… #226
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
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.
@jhaberbe looks good! If you don't mind, could you also add a small description of the new argument in the docstring? Thanks!
for more information, see https://pre-commit.ci
Hiya, just added it. |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #226 +/- ##
==========================================
+ Coverage 94.90% 94.95% +0.04%
==========================================
Files 76 76
Lines 3929 3927 -2
==========================================
Hits 3729 3729
+ Misses 200 198 -2
🚀 New features to boost your workflow:
|
It looks like its failing when pulling up the example datasets: dc.ds.msvisium() and it seems to be expecting gzip'd file formats for some of the dataframes? I don't know why updating the pyproject and changelog would cause that. after looking at the link for: https://pubmed.ncbi.nlm.nih.gov/static-page/down_bethesda.html?acc=GSE151251&format=file&file=GSE151251%5FHSCs%5FCtrl%2Evs%2EHSCs%5FTGFb%2Ecounts%2Etsv%2Egz it looks like the site is down for maintenance. I captured a web-archive of it here. Crazy bad luck, lol. I guess just wait until later tomorrow, and try it again? |
Updated the rankby_obsm function to optionally accept keys to test as an argument.