PlantandFoodResearch / MCHap

Polyploid micro-haplotype assembly using Markov chain Monte Carlo simulation.
MIT License
18 stars 3 forks source link

Handel casses of duplicate or same location variants #41

Closed timothymillar closed 4 years ago

timothymillar commented 4 years ago

At the moment these result in an error: ValueError: Reference allele does not match sequence at position ... because the first instance alters the char that the second instance checks. These cases should result in an unambiguous error.

timothymillar commented 4 years ago

Fixed in #47