JosephCrispell / homoplasyFinder

A tool to identify and annotate homoplasies on a phylogeny and sequence alignment
GNU General Public License v3.0
19 stars 3 forks source link

Typos at lines 508 and 511 in ConsistencyIndex.java - not allowing for different number of sites #19

Open JosephCrispell opened 3 years ago

JosephCrispell commented 3 years ago

At the moment declaring boolean arrays of length 4 to store state presence at lines 508 and 511 in ConsistencyIndex.java. Should use the comparePossibleStatesOfTwoSubNodes() function's nStatesPerSite parameter instead of hard coding 4.