Hi, I have downloaded sra file from NCBI, SRR4242282.sra and I got three fastq files after use fastq-dump to extract fastq files from sra files. command :fastq-dump --split-3 --gzip SRR4242282.sra I have no idea with this result, I haven't met this before. Any suggestion would be appreciated.
It does look like the submitter's may have submitted index sequences in a separate file since the corresponding ENA entry also shows three fastq files. Examine the files to see which one is the index sequence containing file. It should be easily apparent because of short reads.
Edit: I will leave this here in case other submitter's have done this.
OP: Please confirm if t.kuilman's explanation is applicable in your case.
I have checked fastq content and I think t.kuilman's suggestion works in this situation. Thanks for the reply.