cokelaer / bioservices

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

uniprot updated!! WARNING [bioservices.UniProt:596]: status is not ok with Bad Request #219

Closed 0x1orz closed 2 years ago

0x1orz commented 2 years ago

uniprot updated with REST api : https://www.uniprot.org/help/return_fields

import bioservices,re
bsup = bioservices.uniprot.UniProt(verbose=True)
bsup.search("Q969J5")

WARNING [bioservices.UniProt:596]: status is not ok with Bad Request 400

cokelaer commented 2 years ago

@sheljoy uniprot sercice from ebi was changed this week. I have now updated bioservices to réflect these changes . Bioservices 1.10 is now available on pypi.org and I guess an update on conda forge should be available in a couple of days