We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4abac23 commit 1d2e558Copy full SHA for 1d2e558
singlecell/resources/chunks/PrepareRawCounts.R
@@ -7,7 +7,7 @@ for (datasetId in names(seuratObjects)) {
7
if (useCellBender) {
8
# This is the 10x project:
9
print('Will use cellbender-adjusted counts instead of raw counts:')
10
- previouslyFilteredMatrix <- paste0(rawCountDir, 'raw_feature_bc_matrix.cellbender_filtered.h5')
+ previouslyFilteredMatrix <- paste0(rawCountDir, '/raw_feature_bc_matrix.cellbender_filtered.h5')
11
if (!file.exists(previouslyFilteredMatrix)) {
12
stop(paste0('Unable to find file: ', previouslyFilteredMatrix, '. You can re-run cellbender to fix this.'))
13
}
0 commit comments