biomartpy icon indicating copy to clipboard operation
biomartpy copied to clipboard

df = make_lookup(mart_name, dataset, attributes=attributes)

Open b16joski opened this issue 4 years ago • 1 comments

Hi I am interested to use this tool to lookup gene ids for different vertebrates including humans but also dmelanogaster. However, I get this error, what could be the reseason?

from biomartpy import make_lookup

ModuleNotFoundError: No module named 'biomartpy'

NameError Traceback (most recent call last) in () ----> 1 df = make_lookup(mart_name, dataset, attributes=attributes)

NameError: name 'make_lookup' is not defined

b16joski avatar Feb 11 '21 09:02 b16joski

I have the same issue. Since the latest push for the package was 11 years ago. I think it has something to do with the version compatibility.

Archarlie2000 avatar Apr 15 '23 20:04 Archarlie2000