Skip to content

Commit

Permalink
fix: list naming indexing
Browse files Browse the repository at this point in the history
  • Loading branch information
jiajic committed Nov 15, 2024
1 parent ede47ac commit 12412c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/convenience_xenium.R
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ setMethod(
is_focus_dir <- is_focus & is_dir

# handle matches to single focus images instead of a directory
names(load_images[is_focus_image]) <- "dapi"
names(load_images)[is_focus_image] <- "dapi"

# [exception] handle focus image dir
if (any(is_focus_dir)) {
Expand Down

0 comments on commit 12412c3

Please sign in to comment.