Method  
foreach_blastpointer 
  
Classpackage   
G::Tools::Mapping;  
  
  
Function  
Runs blastpointer for each output file of BLAST. 
  
Description  
  
This program runs blastpointer for each ouput file of BLAST in the same directory.  The results are  
outputted in table text format. 
 
Requirements  
SubOpt.pm 
&blastpointer 
 
applications  
none 
  
data  
none  
  
Parameters  
essential  
first      string   blast_output_directory    The directory of where the blast output files are placed 
second     int      limit                     The number of nucleotide bases per divided fragment 
 
option  
none  
  
Returns  
none  
  
Usage  
&foreach_blastpointer(string blast_output_directory, int limit);  
  
Input file   
Blast output files 
  
Output file   
table text format. 
 
References  
none   
  
Comments  
none  
  
Authors  
This method was written by Hiromi Komai(hiro@g-language.org) at Institut 
e   
  
for Advanced Biosciences Keio Univ.   
  
  
History  
Written 24 July   - Hiromi Komai