-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improved BAM's long-cigar functionality.
This was originally implemented in io_lib using the bin field to extend the CIGAR from 16-bits to 32-bits and an extra FLAG. A couple years later the adoption of long-cigars in the SAM spec chose a different route of using a CG auxiliary tag. We now write out BAMs using the official CG tag method, but still read both methods and internally in memory it is still using the former (with bin be recomputed on-the-fly when writing, so as before don't trust the memory struct).
- Loading branch information
1 parent
739304b
commit 7827bfd
Showing
1 changed file
with
198 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters