Hello,
Don't know how many have noticed but any function in GenomeInfoDb library (as well as ensembldb library) in R haven't been able to interact with UCSC servers what comes to mm10. Typical functions like Seqinfo(genome="mm10") return error Error in .order_seqlevels(chrom_sizes[, "chrom"]) : !anyNA(m31) is not TRUE
I confirmed this separately both in local machine and in cluster computing resource machines. This worked last Friday, but since Monday morning this no longer works. I guess someone at UCSC already knows this, but just in case no, does anybody know whom this might actually concern there?
I have also been experiencing this issue! I don't have any workaround at the moment but commenting to confirm that this is affecting multiple users, I hope it gets solved soon.
I'm also experiencing this problem !!!! I've tried many things to get around it but it has completely derailed my pipeline.
To be specific, I am experiencing issues with both "EnsDb.Mmusculus.v79" and "org.Mm.eg.db packages/libraries in R right now. There seems to be an ongoing discussion about this issue on GitHub, in case it is helpful to anyone.
https://github.com/Bioconductor/GenomeInfoDb/issues/27
The bioconductor author will probably add a fix for this. There is a temporary workaround, by providing the old chrom.sizes file to the GenomeDb call, here is part of the response from the UCSC support team:
Hi, thank you very much for this response. Would you be willing to explain how to actually go about doing this? I am a relative novice with R. How can I modify GenomeInfoDb to tell it to use the older file version?