bioconductor caches fails to load/corrupted for annotation databases
0
0
Entering edit mode
10 months ago
Alewa ▴ 170

I'm unable to load annotation databases such as transcription databases due to corrupt caches. The problem still persists after reinstalling packages

I tried following leads in this biconductor post but doesn't solve the problem. Any suggestions would be gladly appreciated. Thanks

library(TxDb.Hsapiens.UCSC.hg19.knownGene)
Loading required package: GenomicFeatures
Loading required package: AnnotationDbi
Error: package or namespace load failed for ‘AnnotationDbi’:
 .onLoad failed in loadNamespace() for 'RSQLite', details:
  call: is_old_cache(cache)
  error: cannot open file '/Library/Frameworks/R.framework/Versions/4.2/Resources/library/cachem/R/cachem.rdb': No such file or directory
Error: package ‘AnnotationDbi’ could not be loaded
In addition: Warning message:
In is_old_cache(cache) : restarting interrupted promise evaluation

AnnotationHub()
Error in AnnotationHub() : could not find function "AnnotationHub"

library(BiocFileCache)
Loading required package: dbplyr
Error: package or namespace load failed for ‘BiocFileCache’:
 .onLoad failed in loadNamespace() for 'RSQLite', details:
  call: is_old_cache(cache)
  error: cannot open file '/Library/Frameworks/R.framework/Versions/4.2/Resources/library/cachem/R/cachem.rdb': No such file or directory
In addition: Warning message:
In is_old_cache(cache) : restarting interrupted promise evaluation
TxDb.Hsapiens.UCSC.hg19.knownGene BiocFileCache AnnotationDbi R • 633 views
ADD COMMENT
0
Entering edit mode

Try restarting your R session.

ADD REPLY

Login before adding your answer.

Traffic: 1724 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6