moosa-r / rbioapi

rbioapi: User-Friendly R Interface to Biologic Web Services' API
https://rbioapi.moosa-r.com/
GNU General Public License v3.0
17 stars 1 forks source link

rba_panther_family gives NULL #14

Closed anulin closed 1 year ago

anulin commented 1 year ago

Hello! I was using rba_panther_family("PTHR11937",'tree') and it worked perfectly fine, but now gives NULL for some reason. Also it gives NULL for other families and for rba_panther_family("PTHR11937",'msa')

moosa-r commented 1 year ago

Hello.

Thank you for reporting this issue.

I've made minor fixes to reflect the recent changes in PANTHER's API in the past few weeks. You can reinstall rbioapi with the latest fix using the following commands: (I will submit it to CRAN when some changes accumulate)

install.packages("remotes")
remotes::install_github("moosa-r/rbioapi")

Hopefully, this will solve your problem.

anulin commented 1 year ago

Thank you, it worked