Module Spyder :: Class RestraintsInterface
[hide private]
[frames] | no frames]

Class RestraintsInterface

source code

object --+
         |
        RestraintsInterface

Spyder-generated class

module haddock

file /home/sjoerd/data/Spyder-devel/haddock/partner.spy

Description

Definition HADDOCK Ambiguous Interaction Restraints (AIRs)

Lists of active and passive residues must be provided

Wiki

http://www.spyderware.nl/wiki/classes/RestraintsInterface

Validate block

>>>            
if auto_passive and len(passivereslist):
raise HaddockValidationError("You manually defined passive residues, but also that they should be determined automatically")               
>>>
Instance Methods [hide private]

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Instance Variables [hide private]
HaddockResidueList activereslist = []
HaddockResidueList passivereslist = []
Bool auto_passive = False
Properties [hide private]

Inherited from object: __class__