Hi while using FastQC, I am getting following error.
uk.ac.bbsrc.babraham.FastQC.Sequence.SequenceFormatException: ID line didn't start with '@'
at uk.ac.bbsrc.babraham.FastQC.Sequence.FastQFile.readNext(FastQFile.java:134)
at uk.ac.bbsrc.babraham.FastQC.Sequence.FastQFile.<init>(FastQFile.java:73)
at uk.ac.bbsrc.babraham.FastQC.Sequence.SequenceFactory.getSequenceFile(SequenceFactory.java:83)
at uk.ac.bbsrc.babraham.FastQC.Analysis.OfflineRunner.processFile(OfflineRunner.java:113)
at uk.ac.bbsrc.babraham.FastQC.Analysis.OfflineRunner.<init>(OfflineRunner.java:84)
at uk.ac.bbsrc.babraham.FastQC.FastQCApplication.main(FastQCApplication.java:308)
THe first line indeed contains some text like file name followed by 00/00/ etc. So I removed these first few lines and tried again. Now it runs fine until 95% analysis completed and gives the same error that the ID doesnt start with @.
THis file is brand new (sequenced last week). But my last year's sequenced file runs just fine with no problems.
Any help is appreciated.
TIA
uk.ac.bbsrc.babraham.FastQC.Sequence.SequenceFormatException: ID line didn't start with '@'
at uk.ac.bbsrc.babraham.FastQC.Sequence.FastQFile.readNext(FastQFile.java:134)
at uk.ac.bbsrc.babraham.FastQC.Sequence.FastQFile.<init>(FastQFile.java:73)
at uk.ac.bbsrc.babraham.FastQC.Sequence.SequenceFactory.getSequenceFile(SequenceFactory.java:83)
at uk.ac.bbsrc.babraham.FastQC.Analysis.OfflineRunner.processFile(OfflineRunner.java:113)
at uk.ac.bbsrc.babraham.FastQC.Analysis.OfflineRunner.<init>(OfflineRunner.java:84)
at uk.ac.bbsrc.babraham.FastQC.FastQCApplication.main(FastQCApplication.java:308)
THe first line indeed contains some text like file name followed by 00/00/ etc. So I removed these first few lines and tried again. Now it runs fine until 95% analysis completed and gives the same error that the ID doesnt start with @.
THis file is brand new (sequenced last week). But my last year's sequenced file runs just fine with no problems.
Any help is appreciated.
TIA
Comment