Skip to content

Commit

Permalink
add close connection for big data download
Browse files Browse the repository at this point in the history
  • Loading branch information
lmw123 committed Aug 24, 2024
1 parent 4428c55 commit 09e51ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/DownloadDiscoData.R
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ DownloadDiscoData <- function(metadata, output_dir = "DISCOtmp") {
}
saveRDS(rna, output_file)
cell_type_list[[i]] = cell
closeAllConnections()
pb$tick()
}

Expand Down

0 comments on commit 09e51ed

Please sign in to comment.