Closed Knievl closed 4 years ago
It looks like there's a problem with your pre-existing EnsDb, that it got wiped out somehow or corrupted.
One thing you could do is to go into the BiocFileCache and remove this EnsDb entry so it will be downloaded again.
library(BiocFileCache)
bfc <- BiocFileCache()
bfcinfo(bfc)
bfcremove(bfc, rids="...")
Where you should fill in the rids
that matches the EnsDb.
I'm going to close this, but feel free to re-open if the above doesn't fix.
Hello,
as soon as i run tximeta, it is unable to connect to database, i tested the FTP url on my own and its perfectly fine. How can i solve this?
Best regards