moltimate / moltimate-backend

A protein active site alignment tool
GNU General Public License v2.0
10 stars 6 forks source link

Add cartesian product to alignment #88

Closed jmiller656 closed 5 years ago

jmiller656 commented 5 years ago

Description

Check all combinations of alignment residues to find best one. This completely solves the problem of a few missing alignments and the problem of variable results for the same search 🎉

I also added some javadocs to help with understanding.