problem in install cellranger
Hello, Everyone,
I cannot install cellranger.
Thanks in advance for any help!
Yue
https://support.10xgenomics.com/single-cell-gene-expression/software/pipelines/latest/installation
$cd /opt
$tar -xzvf cellranger-3.1.0.tar.gz
$tar -xzvf refdata-cellranger-GRCh38-3.0.0.tar.gz
$export PATH=/opt/cellranger-3.1.0:$path
$cellranger sitecheck > sitecheck.txt
cellranger: command not found
• 6,489 views
•
link
1 answer
~/opt/cellranger-3.1.0$ export PATH=/opt/cellranger-3.1.0:$PATH
~/opt/cellranger-3.1.0$ vim ~/.bashrc
~/opt/cellranger-3.1.0$ export PATH="~/opt/cellranger-3.1.0:$PATH"
• 0 views
•
link
Log in to answer this question.
Do
export PATH=/opt/cellranger-3.1.0:$PATH(note capital PATH) and that should fix the problem.Hello, genomax,
Thank you so much for your help!
I also tried: