Skip to content

Commit

Permalink
Update templates/template_fluteMLE.R
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurenceKuhl authored Oct 28, 2024
1 parent 8e8653e commit 36ba081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/template_fluteMLE.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
library(BiocFileCache)
bfc <- BiocFileCache("~/.cache/R/ExperimentHub")
res <- bfcquery(bfc, "experimenthub.index.rds", field="rname", exact=TRUE)
bfcremove(bfc, rids=res$rid)
bfcremove(bfc, rids=res\$rid)
library(ExperimentHub)
eh = ExperimentHub()

Expand Down

0 comments on commit 36ba081

Please sign in to comment.