I think this error has not been reported before. I am using STAR 2.3.1n on Ubuntu 12.04.1 and I keep getting the error
"EXITING because of FATAL ERROR: Read1 and Read2 are not consistent reached the end of the one before the other one
SOLUTION: Check you your input files: they may be corrupted"
after which STAR exits. The command I am using is:
./STAR --genomeDir /path/to/genomeDir --readFilesIn Read1 Read2 --readFilesCommand zcat --outFileNamePrefix sampleID_star --chimSegmentMin 20 --runThreadN 24
This happens for some samples while for others, STAR works fine.
I would really appreciate a quick response since I need results urgently. Thanks in advance!