Skip to content

Add support for switching RLE subunit between largest and smallest #637

Description

@theferrit32

The code right now uses the largest subunit obtained after trimming common sequence.

The goal of this issue is to add support for instead using the smallest. This will then be made the default when we update to a forthcoming spec version, and will enable us to support creating digests using the prior 'largest subunit' method optionally in the code, when that is requested.

def ga4gh_serialize_as_version(self, as_version: PrevVrsVersion) -> str:

factors = _factor_gen(seed_length)

See #549 (comment) for prior discussion.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions