-
Notifications
You must be signed in to change notification settings - Fork 5
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
The third aligned output structure would gone for no reason #15
Comments
Hi! Yes this was a bug that is fixed several weeks ago in the master branch, and we will update the release version this week. For now you can use |
Hi, Thanks for the reply! |
We pushed the new version with the fix, can you try the new version (0.1.2) with pip? |
Yes I just reinstalled the 0.1.2 version. |
We're finding it difficult to replicate this - could you provide us with the PDB IDs of the proteins you are using? Also, is the missing protein present in the |
Hi, sorry for the late reply. I was superimposing my own predicted protein structures. Every time I input 500 similar structures and every time there would be one structure missing in the superposed_pdb folder. It seemed random. I had to look for the missing one by eyes. But in the cleaned_pdb folder, there wasn't any structure missing. |
So my strategy was finding the missing one, copying it and adding it as the 501th input, and obtaining 500 ones. |
I solved the issue by changing the for loop from: Here is the position in the code: caretta/caretta/multiple_alignment.py Line 957 in 1e3adb0
|
This is a super useful tool that helped me a lot!
However, when I took more than three structures as input, the outputs in the superposed_pdbs would always miss the third one from input. So I guess it's might be a bug.
The text was updated successfully, but these errors were encountered: