Skip to content

Enforce ordering on compression spec - #41

Open
brettolsen wants to merge 1 commit into
10XGenomics:masterfrom
brettolsen:patch-1
Open

Enforce ordering on compression spec#41
brettolsen wants to merge 1 commit into
10XGenomics:masterfrom
brettolsen:patch-1

Conversation

@brettolsen

Copy link
Copy Markdown

I'm testing a new coloring that requires asymmetric merging: two kmers with colors d1 and d2 may be mergable if d1 comes before d2 but not the other way around. To be able to enforce this with a new CompressionSpec, I need to adjust the use of join_test such that d1 is always left of d2. Should cause no impact on the existing symmetric specs, as all this does is swap argument orders if dir is Dir::Left.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant