epruesse / SINA

SINA - Reference based multiple sequence alignment
https://sina.readthedocs.io
GNU General Public License v3.0
40 stars 4 forks source link

Replace LCA classifier #88

Closed epruesse closed 4 years ago

epruesse commented 4 years ago

The LCA classifier is difficult to adjust as it's based on distance and number of sequences. Something a little more advanced would be nice. Learning the typical distance within a group and assigning if a sequence is within that distance might work.

epruesse commented 4 years ago

Fixes #75

epruesse commented 4 years ago

Duplicate with #62