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

Class HaddockPartnerInterface

source code

object --+
         |
        HaddockPartnerInterface

Spyder-generated class

module haddock

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

Description

Definition of a single HADDOCK molecule in docking

Used in the HADDOCK Easy Interface

Wiki

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

Validate block

>>>            
assert segid == None or len(segid) == 1
if moleculetype != None: assert moleculetype in ("Protein", "DNA", "RNA")               
>>>

Form block

>>>            
LENGTH segid 1
OPTION moleculetype "Protein", "DNA", "RNA"               
>>>

Converters

Can be converted from:

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]
PDBInterface pdb
RestraintsInterface r = RestraintsInterface()
*String segid
String moleculetype = "Protein"
Properties [hide private]

Inherited from object: __class__