TurtleTools / caretta

A software-suite to perform multiple protein structure alignment and structure feature extraction.
BSD 3-Clause "New" or "Revised" License
27 stars 5 forks source link

fix(superpose): use reference structure when core indices not enough #11

Closed Ninjani closed 3 years ago

Ninjani commented 3 years ago

When number of core indices < 1/3rd alignment length, uses reference structure to align. Reference structure is defined as structure with smallest median distance to others.

Closes #9