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

Change superpose functionality to use central protein as reference #9

Closed Ninjani closed 3 years ago

Ninjani commented 3 years ago

Currently, superpose and write_superposed_pdbs have different behaviors - superpose uses the first protein as the reference to rotate others against, and write_superposed_pdbs uses the set of core indices to rotate. Both are problematic - the first protein may be distant from the rest, and the core indices may be empty for divergent datasets.

Solution:

Related to Issue #8