addDoubletScores Error - outputDirectory cannot have a space in the full path! #918
-
I'm simply following the tutorial, using the same data. I successfully ran createArrowFiles() and the variable "ArrowFiles" prints correctly: [1] "scATAC_BMMC_R1.arrow" "scATAC_CD34_BMMC_R1.arrow" "scATAC_PBMC_R1.arrow" . However, when I run doubScores <- addDoubletScores( I get an error: When I pass in an argument "outDir = getOutputDirectory(input)", I get an error: Error in getOutputDirectory(input) : object 'input' not found My working directory is the directory that contains the arrow files (/Users/jeongeunkim/Desktop/HARVARD/Dana Farber Research). There are other non-arrow files also in the same directory. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Ah I realized that the error message means that the directory name cannot have any spaces in it. I figured my directory name of "Dana Farber Research" was the issue! You can ignore my question! |
Beta Was this translation helpful? Give feedback.
Ah I realized that the error message means that the directory name cannot have any spaces in it. I figured my directory name of "Dana Farber Research" was the issue! You can ignore my question!