Hi,
I was trying to instal CellRanger on my Mac (10.12.5), I followed the tutorial here (https://support.10xgenomics.com/single-cell-gene-expression/software/pipelines/latest/installation ).
Download and unpack were good, but cannot invoke the cellranger command.
I run this line:
export PATH=Path2UnpackedFile/cellranger-3.1.0:$PATH
And the error is:
readlink: illegal option -- f usage: readlink [-n] [file ...] usage: dirname path /Users/MyUserName/CellRanger/cellranger-3.1.0/cellranger: line 31: /../tenkit/bin/common/_master: No such file or directory
Thus I cannot run cellranger command.
I wonder what is missing.
Thank you so much!
Best
You can find the path by running
pwd
while incellranger-3.1.0
folder. If pwd returns/home/opt/cellranger-3.1.0
thenThe / before path is necessary
Make sure you are using the complete and correct path to the
Cellranger
directory and make sure every entry in.bashrc
file is valid.