Skip to content

UniChem example from docs fails #253

Open
@prismofeverything

Description

Hello! Just trying to run through some examples, I get an error for the following snippet from the docs using the latest version of bioservices (1.11.2): https://buildmedia.readthedocs.org/media/pdf/bioservices/latest/bioservices.pdf

>>> from bioservices import UniChem
>>> uni = UniChem()
>>> mapping = uni.get_mapping("kegg_ligand", "chembl")

I get the following stacktrace:

AttributeError: 'UniChem' object has no attribute 'get_mapping'

Any thoughts? Seems like a simple call.... thanks!

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions