-
Notifications
You must be signed in to change notification settings - Fork 158
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
fix alignBioPairwise for updated biopython #1816
fix alignBioPairwise for updated biopython #1816
Conversation
I think this should be the last thing to be able to use the latest biopython |
oh, Biopython is also not including the biomolecular transformations for assemblies so ProDy can't parse the MMTF files that it writes |
We'll still need checks here too, which can be done using 3enl and 3p3w |
This was actually due to a bug that is now fixed here |
It looks like biotite now works with the output of ProDy. We're still missing the biomoltrans and bonds because biopython doesn't handle those, but then we just get 0 bonds and empty records and it's probably ok.
This was done in a fresh environment |
The output of Biopython PairwiseAligner align has changed drastically in the latest versions, so the new code has an if block and handles the output depending on whether it matches the new version.