Package Bio :: Package Blast :: Module NCBIWWW :: Class _Scanner
[show private | hide private]
[frames | no frames]

Class _Scanner


Scan BLAST output from NCBI's web server at: http://www.ncbi.nlm.nih.gov/BLAST/

Tested with BLAST v2.0.10

Methods: feed Feed data into the scanner.
Method Summary
  _scan_abbreviated_pairwise_alignment(self, uhandle, consumer)
  _scan_alignment_header(self, uhandle, consumer)
  _scan_alignments(self, uhandle, consumer)
  _scan_blastform(self, uhandle, consumer)
  _scan_database_info(self, uhandle, consumer)
  _scan_database_report(self, uhandle, consumer)
  _scan_descriptions(self, uhandle, consumer)
  _scan_header(self, uhandle, consumer)
  _scan_hsp(self, uhandle, consumer)
  _scan_hsp_alignment(self, uhandle, consumer)
  _scan_hsp_header(self, uhandle, consumer)
  _scan_masterslave_alignment(self, uhandle, consumer)
  _scan_one_pairwise_alignment(self, uhandle, consumer)
  _scan_pairwise_alignments(self, uhandle, consumer)
  _scan_parameters(self, uhandle, consumer)
  _scan_query_info(self, uhandle, consumer)
  _scan_rounds(self, uhandle, consumer)
  feed(self, handle, consumer)
S.feed(handle, consumer)

Method Details

feed(self, handle, consumer)

S.feed(handle, consumer)

Feed in a BLAST report for scanning. handle is a file-like object that contains the BLAST report. consumer is a Consumer object that will receive events as the report is scanned.

Generated by Epydoc 2.1 on Thu Jun 30 22:06:04 2005 http://epydoc.sf.net