Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

STAR-STAR_2.4.0f1 crashes with zero length reads #7

Closed
rvijaya opened this issue Nov 15, 2014 · 4 comments
Closed

STAR-STAR_2.4.0f1 crashes with zero length reads #7

rvijaya opened this issue Nov 15, 2014 · 4 comments

Comments

@rvijaya
Copy link

rvijaya commented Nov 15, 2014

EXITING because of FATAL ERROR in reads input: short read sequence line: 1
Read Name=@M01750:160:000000000-ABY8Y:1:1103:6900:8107
Read Sequence====
DEF_readNameLengthMax=50000
DEF_readSeqLengthMax=500

Nov 14 21:03:24 ...... FATAL ERROR, exiting

The read is actually 0 bases long. STAR_2.3.0e handles this gracefully. It will be nice if future versions of STAR handle this gracefully as well.

@alexdobin
Copy link
Owner

Will put it on my TODO list. In general, I need to re-design the control of read input, to make it more flexible and robust.

@patidarr
Copy link

patidarr commented Oct 3, 2016

getting this error on 2.5.2a,

EXITING because of FATAL ERROR in reads input: short read sequence line: 1
Read Name=@R0212989:345:C4K7CACXX:4:1101:6604:1961
Read Sequence====
DEF_readNameLengthMax=50000
DEF_readSeqLengthMax=650

Oct 03 09:34:10 ...... FATAL ERROR, exiting

Any solution for this? any particular version which I can use which filters zero length reads instead of throwing FATAL ERROR.

@alexdobin
Copy link
Owner

Hi Rajesh,

please do not comment on closed issues as I may not see it right away. It's better to start a new issue.
Zero-length reads are not really allowed by the FASTQ format, and they create all kinds of problems - e.g. they cannot be output into the BAM file. I think it's best to prevent the pre-mapping software (trimmers) from creating them. You can also replace the zero length sequences with one or more "N" (and corresponding length of the quality string).

Cheers
Alex

@patidarr
Copy link

patidarr commented Oct 6, 2016

Sorry for posting here in closed issue, I used trimmer to get the job done, I was just reluctant to change my pipeline. but working well now.

Thanks,
Rajesh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants