Skip to content

Commit 1d2e558

Browse files
committed
Fix path
1 parent 4abac23 commit 1d2e558

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

singlecell/resources/chunks/PrepareRawCounts.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ for (datasetId in names(seuratObjects)) {
77
if (useCellBender) {
88
# This is the 10x project:
99
print('Will use cellbender-adjusted counts instead of raw counts:')
10-
previouslyFilteredMatrix <- paste0(rawCountDir, 'raw_feature_bc_matrix.cellbender_filtered.h5')
10+
previouslyFilteredMatrix <- paste0(rawCountDir, '/raw_feature_bc_matrix.cellbender_filtered.h5')
1111
if (!file.exists(previouslyFilteredMatrix)) {
1212
stop(paste0('Unable to find file: ', previouslyFilteredMatrix, '. You can re-run cellbender to fix this.'))
1313
}

0 commit comments

Comments
 (0)