Hello,
I am trying to download the single-cell data for project PRJNA971535 using the SRA Run Selector and the prefetch
command. After downloading the file, I use the command fastq-dump --split-files
, but I am getting only a single output file (e.g., SRR24503270_1.fastq
).
I have already tried both fastq-dump
and fasterq-dump
with all possible split parameters (e.g., --split-files
), but despite using these parameters, I only receive one FASTQ file.
The library is definitely paired-end, as mentioned in the paper. Does anyone know how to properly split these samples? I have emailed the authors but have not received a response.
Did you try
-3
option? Also, it might be relevant that this is single cell sequencing and the original data was in 10X-genomics bam format? Just some wild guesses... Could you check if the reads in the single file you got are interleaved?https://trace.ncbi.nlm.nih.gov/Traces/?view=run_browser&acc=SRR24503270&display=metadata
"This run has 1 read per spot:"
Thanks for all the anwsers!
I did try downloading the BAM files and using bam2fastq and it worked! I have now the paired-end files.
Thanks again! =]