-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add function for structural alignments via least-squares fit #5
Comments
Hi @rasbt , I wonder if it'd be worth integrating a library like this one: https://github.com/charnley/rmsd rather than implementing the algorithm from scratch. Alternatively another method could be to call biopython align the objects, save to a temp file and reload them into an array. What do you think? |
Sure, that makes a lot of sense. I see that the It looks like Regarding biopython, that's another option, but to be honest, I would favor the |
I'd agree with steering away from biopython. I'll look into it but not sure when I'll have an ETA. Nevertheless I might contact you again about code style etc... :) |
No pressure. This is a hobby project, so whenever you have time and feel like it :) |
A
staticmethod
least-squares superposition. We could call italign
and implement it with similar parameters as the rmsd function. In addition, it would be nice to have asubstructure
parameter for substructure alignment -- maybe accepting an iterable of residue numbers here.The text was updated successfully, but these errors were encountered: