Skip to content

Commit 2ec1fcf

Browse files
committed
Debug seurat save issue
1 parent 28002f7 commit 2ec1fcf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

singlecell/resources/chunks/Functions.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ saveData <- function(seuratObj, datasetId) {
9898
}
9999

100100
write.table(toAppend, file = 'savedSeuratObjects.txt', quote = FALSE, sep = '\t', row.names = FALSE, col.names = FALSE, append = TRUE)
101+
print(paste0('Total lines in savedSeuratObjects.txt after save:', length(readLines('savedSeuratObjects.txt'))))
101102

102103
# Write cell barcodes and metadata:
103104
metaDf <- seuratObj@meta.data

0 commit comments

Comments
 (0)