Package bamm :: Module bamFile :: Class BM_bamFile
[hide private]
[frames] | no frames]

Class BM_bamFile

source code

object --+
         |
        BM_bamFile

Container class for storing information about a BAM file

Instance Methods [hide private]
 
__init__(self, bid, fileName)
Default constructor.
source code
 
__str__(self)
override basic string function
source code

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, bid, fileName)
(Constructor)

source code 

Default constructor.

Inputs:
 bid - unique identifier for the bameFile
 fileName - long fileName

Outputs:
 None

Overrides: object.__init__

__str__(self)
(Informal representation operator)

source code 

override basic string function

Overrides: object.__str__