ropensci / chromer

package for interacting with the chromosome counts database (CCDB) at https://taux.evolseq.net/CCDB_web/
https://docs.ropensci.org/chromer
Other
12 stars 4 forks source link

404 error #40

Closed Tbuchloh1 closed 7 months ago

Tbuchloh1 commented 7 months ago

The database seems to be up and running again, however the chrom_counts() function now throws a 404 error. I think the url must have changed with the most recent maintenance. For example, the link to the CCDB homepage on the package's github page is incorrect and does not take you to the CCDB. Is this an easy fix?

kbroman commented 7 months ago

Should be an easy fix. Looks like the API has moved to https://taux.evolseq.net/CCDB_web/services.

kbroman commented 7 months ago

We're back up and running, and a new, working version of chromer is on its way to CRAN. Thanks, @Tbuchloh1!