Package Bio :: Package Saf :: Class RecordParser
[hide private]
[frames] | no frames]

Class RecordParser

source code

Parse Saf files into Record objects.

Instance Methods [hide private]
 
__init__(self, debug_level=0)
Initialize the parser.
source code
 
parse(self, handle)
Parse the specified handle into a SAF record.
source code
Method Details [hide private]

__init__(self, debug_level=0)
(Constructor)

source code 

Initialize the parser.

Arguments: o debug_level - An optional argument that specifies the amount of debugging information Martel should spit out. By default we have no debugging info (the fastest way to do things), but if you want you can set this as high as two and see exactly where a parse fails.