Bioconductor / UniProt.ws

R Interface to UniProt Web Services
https://bioconductor.org/packages/UniProt.ws
4 stars 7 forks source link

Error running Uniprot.ws #25

Closed Camsid closed 1 week ago

Camsid commented 1 week ago

Hello all. I am trying to run UniProt.ws retrieving information from Uniprot for Leishmania major. I used it before (June 2024), however now is not working and it's showing me this error:

UNIPROT <- UniProt.ws(taxId=5664) # Taxon ID of Leishmania major on Uniprot | | 0% Error in validObject(.Object) : invalid class “UniProt.ws” object: 1: invalid object for slot "taxIdUniprots" in class "UniProt.ws": got class "NULL", should be or extend class "character" invalid class “UniProt.ws” object: 2: invalid object for slot "organism" in class "UniProt.ws": got class "NULL", should be or extend class "character"

I don't know if I am doing something wrong, but I also tried using the example in the manual, but it didn't work either. Thank you for your time

LiNk-NY commented 1 week ago

see #26