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
Describe the bug
I was trying to follow the tutorial, but get the error: AttributeError: module 'liana.resource' has no attribute 'get_hcop_orthologs'
Liana version: 0.1.9
To Reproduce
import liana as li
map_df = li.rs.get_hcop_orthologs(url='https://ftp.ebi.ac.uk/pub/databases/genenames/hcop/human_mouse_hcop_fifteen_column.txt.gz', columns=['human_symbol', 'mouse_symbol'], min_evidence=3)
Screenshots
The text was updated successfully, but these errors were encountered:
I was able to resolve this issue by installing the development version with: pip install git+https://github.com/saezlab/liana-py
and switching to Python 3.11.5 (I had been using Python 3.12.7)
Describe the bug
I was trying to follow the tutorial, but get the error:
AttributeError: module 'liana.resource' has no attribute 'get_hcop_orthologs'
Liana version: 0.1.9
To Reproduce
Screenshots
The text was updated successfully, but these errors were encountered: