Skip to content

Commit d669f93

Browse files
committed
Ensure savedSeuratObjects.txt is always created
1 parent b5d7698 commit d669f93

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
@@ -64,6 +64,7 @@ savedFiles <- data.frame(datasetId = character(), datasetName = character(), fil
6464
if (file.exists('/work/savedSeuratObjects.txt')) {
6565
unlink('/work/savedSeuratObjects.txt')
6666
}
67+
file.create('/work/savedSeuratObjects.txt', )
6768

6869
saveData <- function(seuratObj, datasetId) {
6970
print(paste0('Saving dataset: ', datasetId))

0 commit comments

Comments
 (0)