Skip to content

Commit

Permalink
solving issue with file_dir
Browse files Browse the repository at this point in the history
  • Loading branch information
alikhuseynov authored Oct 18, 2023
1 parent 845152b commit a02f821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/read.R
Original file line number Diff line number Diff line change
Expand Up @@ -898,7 +898,7 @@ formatTxSpots <- function(file, dest = c("rowGeometry", "colGeometry"),
}) |> unlist()
mols <- unlist(mols, recursive = FALSE)
names(mols) <- names_use
} else {
} else if (!is.null(file_out)) {
names(mols) <- paste0(basename(file_dir), "_z", names(mols))
}
} else {
Expand Down

0 comments on commit a02f821

Please sign in to comment.