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
By design a cross-link in python-ihm acts on the residue pair identified experimentally, but with assigned asyms, i.e. if an ExperimentalCrossLink acts between EntityA-ResidueX and EntityB-ResidueY then every CrossLink which uses that experimental identification must act on AsymC-ResidueX and AsymD-ResidueY where AsymC is an instance of EntityA and AsymD an instance of EntityB. This matches their use in IMP and most other applications. However, some researchers have elected to model cross-links on different residues, e.g. AsymC-ResidueN / AsymD-ResidueM - perhaps because the experimentally-identified residues were not modeled. The dictionary allows for this but python-ihm does not. Add a new class, perhaps NearbyResidueCrossLink, which takes two Residue arguments, and also handle such mismatched cross-links on read.
The text was updated successfully, but these errors were encountered:
By design a cross-link in python-ihm acts on the residue pair identified experimentally, but with assigned asyms, i.e. if an
ExperimentalCrossLink
acts between EntityA-ResidueX and EntityB-ResidueY then everyCrossLink
which uses that experimental identification must act on AsymC-ResidueX and AsymD-ResidueY where AsymC is an instance of EntityA and AsymD an instance of EntityB. This matches their use in IMP and most other applications. However, some researchers have elected to model cross-links on different residues, e.g. AsymC-ResidueN / AsymD-ResidueM - perhaps because the experimentally-identified residues were not modeled. The dictionary allows for this but python-ihm does not. Add a new class, perhapsNearbyResidueCrossLink
, which takes twoResidue
arguments, and also handle such mismatched cross-links on read.The text was updated successfully, but these errors were encountered: