Skip to content

Commit

Permalink
try defining BIOMART_CACHE for mageck flute
Browse files Browse the repository at this point in the history
  • Loading branch information
mirpedrol committed Oct 29, 2024
1 parent 1ea9a93 commit c6f5c19
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion templates/template_fluteMLE.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@
# Required to fix corrupted cache from Singularity container
library(BiocFileCache)
bfc <- BiocFileCache("~/.cache/R/ExperimentHub")
library(ExperimentHub)
res <- bfcquery(bfc, "experimenthub.index.rds", field="rname", exact=TRUE)
bfcremove(bfc, rids=res\$rid)
library(ExperimentHub)
eh = ExperimentHub()
Sys.setenv(BIOMART_CACHE=tempdir())

library(MAGeCKFlute)
library(clusterProfiler)
Expand Down

0 comments on commit c6f5c19

Please sign in to comment.