cokelaer / bioservices

Access to Biological Web Services from Python.

Home Page:http://bioservices.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Found keyword SYMBOL, which has not special parsing for now

smdabdoub opened this issue · comments

This is likely similar to #182

Looking up any KO identifier returns the message in the title. I've included below a simple example:

from bioservices import KEGG
k = KEGG(verbose=False)
k.parse(k.get('ko:K00001'))

Should be fixed in version 1.8.3 to be posted on pypi soon