From 4b69ccbe0b7d6de64061aa1ca399917a2ddb365c Mon Sep 17 00:00:00 2001 From: Ines Scheller <56256384+ischeller@users.noreply.github.com> Date: Fri, 10 May 2024 11:28:11 +0200 Subject: [PATCH] remove else clause Co-authored-by: Christian Mertes --- R/saveHDF5Objects.R | 5 ----- 1 file changed, 5 deletions(-) diff --git a/R/saveHDF5Objects.R b/R/saveHDF5Objects.R index a7e89bb7..c18e6e91 100644 --- a/R/saveHDF5Objects.R +++ b/R/saveHDF5Objects.R @@ -73,11 +73,6 @@ loadFraserDataSet <- function(dir, name=NULL, file=NULL, upgrade=FALSE){ # ensure strandSpecific slot is up-to-date with new vector format if("strandSpecific" %in% slotNames(fds)){ strandSpecific(fds) <- slot(fds, "strandSpecific") - } - - - e <- try(assays(fds), silent=TRUE) - if(is.error(e)){ if(grepl("DelayedMatrix .* representation .* Please update it ", as.character(e))){ if(isTRUE(upgrade)){