Hi Konstantin,
I really think your software is excellent. Recently I am trying to use tool rnaseq, but I was running into the following failures:
--------------------------------------------------------------------------------------------------------------------------------------------------------------------
Finished constructing transcripts
Starting BAM file analysis
Sorting BAM file by name...
Failed to run rnaseq
net.sf.samtools.SAMFormatException: SAM validation error: ERROR: Record 7, Read name ST-E00161:151:HKTTVCCXX:4:1101:10013:66830, Mapped mate should have mate reference name
at net.sf.samtools.SAMUtils.processValidationErrors(SAMUtils.java:448)
at net.sf.samtools.BAMFileReader$BAMFileIterator.advance(BAMFileReader.java:506)
at net.sf.samtools.BAMFileReader$BAMFileIterator.next(BAMFileReader.java:487)
at net.sf.samtools.BAMFileReader$BAMFileIterator.next(BAMFileReader.java:446)
at net.sf.samtools.SAMFileReader$AssertableIterator.next(SAMFileReader.java:641)
at net.sf.samtools.SAMFileReader$AssertableIterator.next(SAMFileReader.java:619)
at org.bioinfo.ngs.qc.qualimap.process.ComputeCountsTask.sortSamByName(ComputeCountsTask.java:142)
at org.bioinfo.ngs.qc.qualimap.process.ComputeCountsTask.run(ComputeCountsTask.java:431)
at org.bioinfo.ngs.qc.qualimap.process.RNASeqQCAnalysis.run(RNASeqQCAnalysis.java:68)
at org.bioinfo.ngs.qc.qualimap.main.RnaSeqQcTool.execute(RnaSeqQcTool.java:188)
at org.bioinfo.ngs.qc.qualimap.main.NgsSmartTool.run(NgsSmartTool.java:187)
at org.bioinfo.ngs.qc.qualimap.main.NgsSmartMain.main(NgsSmartMain.java:111)
-------------------------------------------------------------------------------------------------------------------------------------------------------------
Firstly, I used Mapsplice aligner to align my reads . Then I ran qualimap bamqc and everything was fine. However when I ran rnaseq, I got the problem above. So Konstantin, can you give me any hint on this problem? Many thanks!
Kind regards,
Richard