Closed cemmeydan closed 2 years ago
@cemmeydan Hi,
I also encountered the same error.
Not the best solution, but I was able to get the getLDS
function to work by specifying the archive host.
human <- useMart("ensembl", dataset = "hsapiens_gene_ensembl", host = "https://dec2021.archive.ensembl.org/")
mouse <- useMart("ensembl", dataset = "mmusculus_gene_ensembl", host = "https://dec2021.archive.ensembl.org/")
Thank you for the workaround, it does work with the archive.
Thanks for the suggested solutions. For simplicity I'm tracking progress on solving this with the Ensembl team in #61
Hi,
Very recently biomaRt started giving an unknown error. The code below has been functional for a very long time. None of the mirrors seem to be different either. Unless the server is having an extended outage I assume it might have to do with a change in how the Ensembl servers respond to requests?