You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just would like a bit more detail on the output of bb.annotate() and how it matches to the original PDB's residue and chain identifies. i.e. I would like to be able to map the annotate output back to the original PDB.
I noticed that the chains are relabeled to have integer IDs (this seems to be coming from the way mdtraj handles pdbs). Now mdtraj seems to be preserving the original chain IDs (mdtraj/mdtraj#1715) I'm investigating whether this can be added as a feature to this project.
Do the residue positions also get relabeled or do these correspond to the original PDB?
Thanks!
The text was updated successfully, but these errors were encountered:
Thank you for this very useful library.
Just would like a bit more detail on the output of
bb.annotate()
and how it matches to the original PDB's residue and chain identifies. i.e. I would like to be able to map the annotate output back to the original PDB.I noticed that the chains are relabeled to have integer IDs (this seems to be coming from the way mdtraj handles pdbs). Now mdtraj seems to be preserving the original chain IDs (mdtraj/mdtraj#1715) I'm investigating whether this can be added as a feature to this project.
Do the residue positions also get relabeled or do these correspond to the original PDB?
Thanks!
The text was updated successfully, but these errors were encountered: