dotnetbio / bio

Bioinformatics library for .NET
Apache License 2.0
143 stars 49 forks source link

Allow Redundant Paths to Consider Indels #19

Open evolvedmicrobe opened 8 years ago

evolvedmicrobe commented 8 years ago

Before the redundant path purger could only remove SNPs, this allows it to call paths like A -> B -> F / A->C->D->E->F as redundant, simplifying the graph quite a bit.

Changes include:

The checking for loops needs to be much faster than it is.