Skip to content

Commit

Permalink
minor fix to loom conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewwbutler committed Jul 10, 2020
1 parent f04c37d commit aeec8a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/objects.R
Original file line number Diff line number Diff line change
Expand Up @@ -1867,7 +1867,7 @@ as.loom.Seurat <- function(
stop("Please install loomR from GitHub before converting to a loom object")
}
CheckDots(..., fxns = 'loomR::create')
object <- UpdateSlots(object = object)
object <- UpdateSlots(object = x)
# Set the default assay to make life easy
assay <- assay %||% DefaultAssay(object = x)
DefaultAssay(object = x) <- assay
Expand Down

0 comments on commit aeec8a4

Please sign in to comment.