Method 
blast_tp_finder 
 
Classpackage  
G::Tools::Blast; 
 
 
Function 
Extracts the e-value, starting and ending positions of the query and database, and the strand from the BLAST result file. 
 
 
Description 
--------------------------------------------- 
 
Requirements 
modules   
SubOpt.pm 
 
 
applications 
none 
 
data 
none 
 
Parameters 
essential 
 
first     string   file        infile (BLAST result file) 
 
option 
none 
 
Returns 
NULL 
 
Usage 
NULL = &blast_tp_finder(string file); 
 
Input file  
The result file of BLAST 
 
Output file  
none 
 
References 
none  
 
Comments 
none 
 
Authors 
This method was written by Yusuke Kobayashi(vovon@g-language.org) at  
 
Institute for Advanced Biosciences Keio Univ.  
 
 
History 
Written 06 Sept   2001 - Yusuke Kobayashi