This repository has been archived by the owner on Aug 26, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 63
SAM parser #373
Comments
With any luck this will go away when we don't use Ragel anymore? |
@bdeonovic Can you paste the file or upload a part of it somewhere? |
Here is a small version of that sam file (same header + first few entries): |
bicycle1885
added a commit
to bicycle1885/Bio.jl
that referenced
this issue
Jan 21, 2017
@bdeonovic Thank you! I've fixed the bug in #377. This happens when reading a SAM file with large header section. The cause is in interactions between Ragel and BufferedStreams.jl. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I tried reading a sam file:
However, after converting the SAM to BAM and using the BAMReader I had no problem reading the file.
The text was updated successfully, but these errors were encountered: