You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest version of scanpy.
(optional) I have confirmed this bug exists on the master branch of scanpy.
What happened?
When using sc.queries.biomart_annotations, it still generates the file .pybiomart.sqlite even when use_cache=False is used.
To me this is a problem because the generated hidden file interferes with Omnipath and makes it crash. It used to be the case that use_cache used to work but not anymore.
Hi @ivirshup, it used to work 6 months ago. As discussed in saezlab/omnipath#54 (comment), it seems it was an error with the package requests_cache. Installing the latest version from GitHub solves the issue so I'll close this then, thanks!
Please make sure these conditions are met
What happened?
When using
sc.queries.biomart_annotations
, it still generates the file.pybiomart.sqlite
even whenuse_cache=False
is used.To me this is a problem because the generated hidden file interferes with
Omnipath
and makes it crash. It used to be the case thatuse_cache
used to work but not anymore.Thank you for your time.
Minimal code sample
Error output
No response
Versions
The text was updated successfully, but these errors were encountered: