cokelaer / bioservices

Access to Biological Web Services from Python.
http://bioservices.readthedocs.io
Other
278 stars 60 forks source link

KEGG 'EFFICACY' keyword without special parsing. #218

Closed nc1m closed 2 years ago

nc1m commented 2 years ago

Hi,

the following warning appeared while using the library:

WARNING [bioservices:keggparser:119]:  Found keyword EFFICACY, which has not special
    parsing for now. please report this issue with the KEGG 
    identifier (D00002                      Drug) into github.com/bioservices. Thanks T.C.
cokelaer commented 2 years ago

@nc1m Thanks for reporting this warning and using bioservices ! I have included efficacy in the code. Most probably you had no issue because efficacy is just a string but in the new version that I will release in a couple of days this warning will be removed. stay tuned

cokelaer commented 2 years ago

Fixes in v1.10 available on pypi