Proper Caching for MetalinksDB & HCOP
Opened this issue · 2 comments
dbdimitrov commented
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 commented
Perhaps via requests_cache
or pooch
dbdimitrov commented
Or even better using the pypath https://github.com/saezlab/cache-manager