home
about
news
download
doc
source
systems
tests
bugs
contact
IMP Reference Guide
2.12.0
The Integrative Modeling Platform
IMP Manual
Reference Guide
Tutorial Index
Modules
Classes
Examples
lib
IMP
pmi
restraints
version 2.12.0
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"
)
IMP.deprecated_module
def deprecated_module
Mark a Python module as deprecated.
Definition:
__init__.py:9697
IMP::pmi.restraints.crosslinking
Restraints for handling crosslinking data.
Definition:
restraints/crosslinking.py:1