Skip to content

Commit 8b6ca94

Browse files
committed
Fix typo
1 parent 476ac90 commit 8b6ca94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

singlecell/resources/chunks/StudyMetadata.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ for (datasetId in names(seuratObjects)) {
3232
seuratObj <- Rdiscvr::ApplyEC_Metadata(seuratObj, errorIfUnknownIdsFound = errorIfUnknownIdsFound)
3333
} else if (studyName == 'PPG_Stims') {
3434
seuratObj <- Rdiscvr::ApplyPPG_Stim_Metadata(seuratObj, errorIfUnknownIdsFound = errorIfUnknownIdsFound)
35-
] else if (studyName == 'IMPAC_TB_Human') {
35+
} else if (studyName == 'IMPAC_TB_Human') {
3636
seuratObj <- Rdiscvr::ApplyIMPAC_TB_Human_Metadata(seuratObj, errorIfUnknownIdsFound = errorIfUnknownIdsFound)
3737
} else {
3838
stop(paste0('Unknown study: ', studyName))

0 commit comments

Comments
 (0)