Skip to content

Commit 8daea2f

Browse files
author
JamesOpz
committed
sl index bug
1 parent fc7b77a commit 8daea2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/sce_utils.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ label_sce_data <- function(sce_split,
161161
cocat_well_pos <- paste(rt_well_position, r2_well_position, r3_well_position, sep = "_")
162162

163163
# Well pos with sublib_id
164-
pcr_bc4 <- paste0("sl", i)
164+
pcr_bc4 <- paste0("sl", sl_index)
165165
full_bc <- paste(cocat_well_pos, pcr_bc4, sep = "_")
166166

167167
# Add new colData

0 commit comments

Comments
 (0)