VEuPathDB / microbiomeComputations

1 stars 0 forks source link

have Comparator class check overlapping bins #47

Open asizemore opened 1 year ago

asizemore commented 1 year ago

found in #43

The Comparator should check to see if any of group A bins overlap groupB. This is nontrivial because groupA bin could be [0, 1) and groupB [-1, 2) and these should not be allowed.