You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are cases where we want to be able to re-serialize CRAM containers into a new stream without fully decoding and then re-encoding them (and without the need for the reference). For example, if we want to stitch together CRAM shards that were created in parallel (i.e, as Disq does), or if want to split a CRAM up into smaller CRAMs while preserving existing container boundaries. The main thing required is a means to update the stream-relative values that are in the container and slice headers, specifically the global record counter.
The text was updated successfully, but these errors were encountered:
There are cases where we want to be able to re-serialize CRAM containers into a new stream without fully decoding and then re-encoding them (and without the need for the reference). For example, if we want to stitch together CRAM shards that were created in parallel (i.e, as Disq does), or if want to split a CRAM up into smaller CRAMs while preserving existing container boundaries. The main thing required is a means to update the stream-relative values that are in the container and slice headers, specifically the global record counter.
The text was updated successfully, but these errors were encountered: