| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
PDBInterface --+
|
PDBData
Spyder-generated class
module atom
file /home/sjoerd/Spyder-devel/atom/pdb.spy
Data model to represent Protein Data Bank (PDB) data
This replaces PDBInterface's pdbfile with a pdbdata string,
allowing serialization without external dependencies
http://www.spyderware.nl/wiki/classes/PDBData
>>> if not (mode != "submit" or (pdbdata!= None and code == None)): raise AtomValidationError("Please upload a PDB file, or select "Download" and provide a PDB code") if not (mode != "download" or (pdbdata == None and code != None)): raise AtomValidationError("Please provide a PDB code, or select "Submit" and upload a PDB file") >>>
|
|||
|
Inherited from |
|||
|
|||
| *String | pdbdata | ||
| Delete | (pdbfile) | ||
| Delete | (validate) | ||
| Inherited from PDBInterface | |||
|---|---|---|---|
| *File_PDB | pdbfile | ||
| String | chain | ||
| *PDBCode | code | ||
| String | mode | ||
|
|||
|
Inherited from |
|||
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon May 10 22:45:18 2010 | http://epydoc.sourceforge.net |