Package csb :: Package bio :: Package io :: Module wwpdb :: Class DegenerateID
[frames] | no frames]

Class DegenerateID

source code

object --+    
         |    
   EntryID --+
             |
            DegenerateID

Looks like a StandardID, except that the accession number may have arbitrary length.

Nested Classes

Inherited from EntryID: __metaclass__

Instance Methods
tuple of str
parse(self, id)
Split id into accession number and chain ID.
source code

Inherited from EntryID: __init__, __str__, format

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

Static Methods

Inherited from EntryID: create

Class Variables
  __abstractmethods__ = frozenset([])
Properties

Inherited from EntryID: accession, chain, entry_id

Inherited from object: __class__

Method Details

parse(self, id)

source code 

Split id into accession number and chain ID.

Parameters:
  • id - PDB identifier
Returns: tuple of str
(accession, chain)
Raises:
Overrides: EntryID.parse
(inherited documentation)