Skip to content

Commit 962ddcc

Browse files
committed
Bugfix to UpdateSeuratPrototype.R
1 parent 9f9ba2d commit 962ddcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

singlecell/resources/chunks/UpdateSeuratPrototype.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ for (datasetId in names(seuratObjects)) {
4343
if (saveRepertoireStats) {
4444
seuratObj <- readSeuratRDS(seuratObjects[[datasetId]])
4545
outputFile <- gsub(seuratObjects[[datasetId]], pattern = '.rds', replacement = '.tcrStats.txt')
46-
df <- Rdiscvr::CalculateAndStoreTcrRepertoireStats(seuratObj, outputFile = outFile)
46+
df <- Rdiscvr::CalculateAndStoreTcrRepertoireStats(seuratObj, outputFile = outputFile)
4747
}
4848

4949
if (scoreActivation) {

0 commit comments

Comments
 (0)