Hi, I downloaded sra_data_SRR1427482.fastq file. Now I want to check its quality via fastqc software in linux. I run fastqc command with name of file and I see below messages:
"Started analysis of sra_data_SRR1427482.fastq Approx 5% complete for sra_data_SRR1427482.fastq Approx 10% complete for sra_data_SRR1427482.fastq Approx 15% complete for sra_data_SRR1427482.fastq Approx 20% complete for sra_data_SRR1427482.fastq Approx 25% complete for sra_data_SRR1427482.fastq Approx 30% complete for sra_data_SRR1427482.fastq Approx 35% complete for sra_data_SRR1427482.fastq Approx 40% complete for sra_data_SRR1427482.fastq Approx 45% complete for sra_data_SRR1427482.fastq Approx 50% complete for sra_data_SRR1427482.fastq Approx 55% complete for sra_data_SRR1427482.fastq Approx 60% complete for sra_data_SRR1427482.fastq Approx 65% complete for sra_data_SRR1427482.fastq Approx 70% complete for sra_data_SRR1427482.fastq Approx 75% complete for sra_data_SRR1427482.fastq Approx 80% complete for sra_data_SRR1427482.fastq Approx 85% complete for sra_data_SRR1427482.fastq Approx 90% complete for sra_data_SRR1427482.fastq Approx 95% complete for sra_data_SRR1427482.fastq
Failed to process file sra_data_SRR1427482.fastq uk.ac.babraham.FastQC.Sequence.SequenceFormatException: Ran out of data in the middle of a fastq entry. Your file is probably truncated at uk.ac.babraham.FastQC.Sequence.FastQFile.readNext(FastQFile.java:179) at uk.ac.babraham.FastQC.Sequence.FastQFile.next(FastQFile.java:125) at uk.ac.babraham.FastQC.Analysis.AnalysisRunner.run(AnalysisRunner.java:76) at java.lang.Thread.run(Thread.java:748)"
As you see, after progress above 95%, my quality process would be failed. I appreciate if any body help and share his/her experience with me. Best regards, Mohammad