10XGenomics / cellranger

10x Genomics Single Cell Analysis
https://www.10xgenomics.com/support/software/cell-ranger
Other
340 stars 91 forks source link

cellranger count error #158

Closed JYsea closed 2 years ago

JYsea commented 2 years ago

我用prefetch下载了SRR9313023的sra文件,接着用fast-dump --split-files --gzip分成了两个fastq文件,之后我将两个文件重命名为R1、R2进行cellranger count。结果报错:

I downloaded the sra file of SRR9313023 with prefetch, and divided it into two fastq files with fast dump -- split files -- gzip. Then I renamed the two files R1 and R2 for cell Ranger count. I got the error:

An extremely low rate of correct barcodes was observed for all the candidate chemistry choices for the input: Sample SRR9313023 in "/XXX/Documents/data/SCell/SSc/GSE132869/fastq". Please check your input data.
- 0.2% for chemistry SC3Pv3
- 0.2% for chemistry SC3Pv3HT
- 0.0% for chemistry SC5P-R2
- 0.0% for chemistry SC3Pv2
- 0.0% for chemistry SC3Pv3LT

Waiting 6 seconds for UI to do final refresh.
Pipestance failed. Use --noexit option to keep UI running after failure.

详细代码:

Detailed code:

#step1
prefetch SRR9313023 --max-size 20G
#step2
fastq-dump --split-files --gzip --outdir ./fastq SRR9313023
#step3
cd fastq
mv SRR9313023_1.fastq.gz SRR9313023_S1_L001_R1_001.fastq.gz
mv SRR9313023_2.fastq.gz SRR9313023_S1_L001_R2_001.fastq.gz
cd ..
cellranger count --id=SRR9313023_out \
                 --transcriptome=/XXX/Documents/gtf/refdata-gex-mm10-2020-A \
                 --fastqs=/XXX/Documents/data/SCell/SSc/GSE132869/fastq \
                 --sample=SRR9313023
evolvedmicrobe commented 2 years ago

The study you are referring to does not appear to use 10X reagents, and so will not have 10X barcodes or the ability to be analyzed with cell ranger.

https://www.ncbi.nlm.nih.gov/sra/?term=SRR9313023