-
Notifications
You must be signed in to change notification settings - Fork 460
TODO: CRAM split aux tags #313
Copy link
Copy link
Open
Milestone
Description
(A reminder ticket for myself so it hangs around like a bad smell and encourages me!)
Scramble diverged from samtools in how it encodes the aux tags. It now strictly creates one block per aux tag instead of merging them together loosely based on types (integer, string, etc). This normally improves compression slightly, although it isn't guaranteed.
I started porting the changes over, but it's very heavy on the hash table usage so it's a large task due to the radically different hash table implementations.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels