Skip to content

Commit

Permalink
Add temp location
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurenceKuhl committed Oct 29, 2024
1 parent a0b30ee commit 1ea9a93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/local/mageck/graphrra.nf
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ process MAGECK_GRAPHRRA {
res <- bfcquery(bfc, "experimenthub.index.rds", field="rname", exact=TRUE)
bfcremove(bfc, rids=res\$rid)
eh = ExperimentHub()
Sys.setenv(BIOMART_CACHE=tempdir())
library(MAGeCKFlute)
library(ggplot2)
Expand Down

0 comments on commit 1ea9a93

Please sign in to comment.