jeromekelleher / sc2ts

Infer a succinct tree sequence from SARS-COV-2 variation data
MIT License
4 stars 3 forks source link

Add `dereference_singleton_recombinants` #150

Closed hyanwong closed 1 year ago

hyanwong commented 1 year ago

Allows us to create a ts for plotting that doesn't have singleton recombinants and their associated recombination nodes.

jeromekelleher commented 1 year ago

Just needs a few simple tests. See examples where we test parsimony ops on small hand built ARGs

hyanwong commented 1 year ago

Added a few tests and sorted a test_utils file.