Not able to read 10x data
1
0
Entering edit mode
3.4 years ago

Hello everyone, I have a few samples of 10x data which I am running using cellranger pipeline. All the samples got converted easily, however, one of the samples is not being read. I have checked its path, it is all correct, also I converted the file from the SRA toolkit in order to avoid any corruption.

I used the command line:

cellranger count --id=SRR11194349 --transcriptome=/home/sid

rah19220/princy/crispr/reference_hg19/hg19 --fastqs=/home/sidrah19220/mouse_a/sraa/sra --sample=SRR11194349 --expect- cells=8000 --localcores=12

And the error I got is:

error: No input FASTQs were found for the requested parameters.

If your files came from bcl2fastq or mkfastq: - Make sure you are specifying the correct --sample(s), i.e. matching the sample sheet - Make sure your files follow the correct naming convention, e.g. SampleName_S1_L001_R1_001.fastq.gz (and the R2 version) - Make sure your --fastqs points to the correct location.

Despite the sample name is correct, path also, and also other samples worked so it is not also the data problem. What could possibly be the reason or suggestion that I should follow. I will be highly thankful to you all.. :) Thanks in advance.

RNA-Seq • 1.2k views
ADD COMMENT
0
Entering edit mode

Difficult to tell. Could you show the content of /home/sidrah19220/mouse_a/sraa/sra?

ADD REPLY
0
Entering edit mode

Thanks for your response.

That folder just has two files: SRR11194349_S_L001_R1_001.fastq.gz SRR11194349_S_L001_R2_001.fastq.gz

ADD REPLY
3
Entering edit mode
3.4 years ago
e.rempel ★ 1.1k

One thing I have noticed: the name of the file is SRR11194349_S_L001_R1_001.fastq.gz. I rather expect it to be SRR11194349_S1_L001_R1_001.fastq.gz. Did the other samples also look like this? Maybe you have to manually add the missing 1 in the file's name.

ADD COMMENT
0
Entering edit mode

Thank you so much. Yes, that was the mistake. I had actually made the script for renaming, and for this sample it got missed. Thanks a lot :) Highly grateful.

ADD REPLY

Login before adding your answer.

Traffic: 1487 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