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

Class _Scanner

source code

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.

Instance Methods [hide private]
 
feed(S, handle, consumer)
Feed in a BLAST report for scanning.
source code
 
_scan_header(self, uhandle, consumer) source code
 
_scan_blastform(self, uhandle, consumer) source code
 
_scan_database_info(self, uhandle, consumer) source code
 
_scan_query_info(self, uhandle, consumer) source code
 
_scan_rounds(self, uhandle, consumer) source code
 
_scan_descriptions(self, uhandle, consumer) source code
 
_scan_alignments(self, uhandle, consumer) source code
 
_scan_pairwise_alignments(self, uhandle, consumer) source code
 
_scan_abbreviated_pairwise_alignment(self, uhandle, consumer) source code
 
_scan_one_pairwise_alignment(self, uhandle, consumer) source code
 
_scan_alignment_header(self, uhandle, consumer) source code
 
_scan_hsp(self, uhandle, consumer) source code
 
_scan_hsp_header(self, uhandle, consumer) source code
 
_scan_hsp_alignment(self, uhandle, consumer) source code
 
_scan_masterslave_alignment(self, uhandle, consumer) source code
 
_scan_database_report(self, uhandle, consumer) source code
 
_scan_parameters(self, uhandle, consumer) source code
Method Details [hide private]

feed(S, handle, consumer)

source code 

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.