Skip to content
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

Proper Caching for MetalinksDB & HCOP #111

Open
dbdimitrov opened this issue May 24, 2024 · 2 comments
Open

Proper Caching for MetalinksDB & HCOP #111

dbdimitrov opened this issue May 24, 2024 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@dbdimitrov
Copy link
Collaborator

Currently, downloading and storing resources is quite bare bones:
https://github.com/saezlab/liana-py/blob/main/liana/resource/_orthology.py
https://github.com/saezlab/liana-py/blob/main/liana/resource/get_metalinks.py

I should implement proper caching.

@dbdimitrov dbdimitrov added the enhancement New feature or request label May 24, 2024
@dbdimitrov dbdimitrov self-assigned this May 24, 2024
@dbdimitrov
Copy link
Collaborator Author

Perhaps via requests_cache or pooch

@dbdimitrov
Copy link
Collaborator Author

Or even better using the pypath https://github.com/saezlab/cache-manager

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant