IMP logo
IMP Reference Guide  2.12.0
The Integrative Modeling Platform
restraints/crosslinking_new.py
1 """@namespace IMP.pmi.restraints.crosslinking_new
2 Restraints for handling crosslinking data. This temporary module has been
3 merged with IMP.pmi.restraints.crosslinking and will be removed in the next
4 IMP release.
5 """
6 
7 import IMP
8 from IMP.pmi.restraints.crosslinking import DisulfideCrossLinkRestraint
9 
10 IMP.deprecated_module("2.12", __name__,
11  "Use IMP.pmi.restraints.crosslinking instead")
def deprecated_module
Mark a Python module as deprecated.
Definition: __init__.py:9697
Restraints for handling crosslinking data.