Skip to content

Commit

Permalink
Bugfix to PerformDefaultNimbleAppend
Browse files Browse the repository at this point in the history
  • Loading branch information
bbimber committed Jan 31, 2025
1 parent 00da072 commit ec32afa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion singlecell/resources/chunks/PerformDefaultNimbleAppend.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ for (datasetId in names(seuratObjects)) {
printName(datasetId)
seuratObj <- readSeuratRDS(seuratObjects[[datasetId]])

Rdiscvr::PerformDefaultNimbleAppend(seuratObj)
seuratObj <- Rdiscvr::PerformDefaultNimbleAppend(seuratObj)

saveData(seuratObj, datasetId)

Expand Down

0 comments on commit ec32afa

Please sign in to comment.