| Trees | Index | Help |
|---|
| Package Bio :: Package Sequencing :: Module Ace :: Class _Scanner |
|
Scans a ACE-formatted file
Methods: feed - Feed one ACE record.| Method Summary | |
|---|---|
Scans multiple lines of quality data and concatenates them. | |
Reads the data lines of a {} tag. | |
_scan_record(self,
uhandle,
consumer)
| |
Scans multiple lines of sequence data and concatenates them. | |
feed(self, handle, consumer) | |
| Method Details |
|---|
_scan_bq_data(self, uhandle, consumer)Scans multiple lines of quality data and concatenates them. |
_scan_bracket_tags(self, uhandle)Reads the data lines of a {} tag. |
_scan_sequence_data(self, uhandle)Scans multiple lines of sequence data and concatenates them. |
feed(self, handle, consumer)feed(self, handle, consumer) Feed in ACE data for scanning. handle is a file-like object containing ACE data. consumer is a Consumer object that will receive events as the ACE data is scanned. |
| Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Wed Jan 31 09:58:01 2007 | http://epydoc.sf.net |