cellranger mkref
1
0
Entering edit mode
22 months ago
Zqall • 0

Hello,

I'm trying to build a reference for Macaca mulatta using this tutorial https://support.10xgenomics.com/single-cell-gene-expression/software/pipelines/latest/using/tutorial_mr#getfiles

I follow the same steps because I found it at the bottom of the page. When I arrived at this step

#Filter GTF
    cellranger mkgtf \
      Macaca_mulatta.Mmul_10.105.gtf Macaca_mulatta.Mmul_10.105.filtered.gtf \
      --attribute=gene_biotype:protein_coding \
      --attribute=gene_biotype:lincRNA \
      --attribute=gene_biotype:antisense \
      --attribute=gene_biotype:IG_LV_gene \
      --attribute=gene_biotype:IG_V_gene \
      --attribute=gene_biotype:IG_V_pseudogene \
      --attribute=gene_biotype:IG_D_gene \
      --attribute=gene_biotype:IG_J_gene \
      --attribute=gene_biotype:IG_J_pseudogene \
      --attribute=gene_biotype:IG_C_gene \
      --attribute=gene_biotype:IG_C_pseudogene \
      --attribute=gene_biotype:TR_V_gene \
      --attribute=gene_biotype:TR_V_pseudogene \
      --attribute=gene_biotype:TR_D_gene \
      --attribute=gene_biotype:TR_J_gene \
      --attribute=gene_biotype:TR_J_pseudogene \
      --attribute=gene_biotype:TR_C_gene

It says cellranger: command not found

I have already installed it What is the problem?

cellranger • 973 views
ADD COMMENT
2
Entering edit mode
22 months ago
GenoMax 141k

cellranger: command not found

You need to append directory containing cellranger executable to your $PATH (see: https://www.cs.purdue.edu/homes/bb/cs348/www-S08/unix_path.html )

Otherwise use /full/path/to/cellranger in your command above.

ADD COMMENT
0
Entering edit mode

THANK YOU!! It worked!

ADD REPLY
0
Entering edit mode

Accept GenoMax's answer to mark the post as solved.

ADD REPLY

Login before adding your answer.

Traffic: 2302 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6