Skip to content

Commit

Permalink
remove else clause
Browse files Browse the repository at this point in the history
Co-authored-by: Christian Mertes <mertes@in.tum.de>
  • Loading branch information
ischeller and c-mertes committed May 10, 2024
1 parent 42d0a08 commit 4b69ccb
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions R/saveHDF5Objects.R
Original file line number Diff line number Diff line change
Expand Up @@ -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)){
Expand Down

0 comments on commit 4b69ccb

Please sign in to comment.