Skip to content

Commit fb16c71

Browse files
committed
Merge from main
Merge branch 'main' into devel # Conflicts: # DESCRIPTION # R/utils.R
2 parents a6c88ae + af85a1c commit fb16c71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/utils.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ getTechTxFields <- function(tech, data_dir = NULL) {
254254
Vizgen = .check_vizgen_fns(data_dir, "detected_transcripts.csv"),
255255
CosMX = grep("tx_file.csv",
256256
list.files(data_dir, pattern = "\\.csv.*$", full.names = TRUE),
257-
value = TRUE),
257+
value = TRUE)[1],
258258
Xenium = .check_xenium_fns(data_dir, "transcripts", .no_raw_bytes(data_dir))
259259
)
260260
}

0 commit comments

Comments
 (0)