From 36ba08141327aa45218a30887e0b6cb594ed881b Mon Sep 17 00:00:00 2001 From: LaurenceKuhl Date: Mon, 28 Oct 2024 16:31:38 +0100 Subject: [PATCH] Update templates/template_fluteMLE.R --- templates/template_fluteMLE.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/template_fluteMLE.R b/templates/template_fluteMLE.R index e5d14d2a..38abcdb0 100644 --- a/templates/template_fluteMLE.R +++ b/templates/template_fluteMLE.R @@ -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()