[Bioperl-l] comment and question

nkuipers nkuipers@uvic.ca
Wed, 13 Nov 2002 13:08:43 -0800


Comment (maybe too trivial, my bad):

Bio::AnalysisParserI documentation has the following code under the Synopsis:

 while( my $result = $parser->next_result() ) {
	print "Result:  ", $result->analysis_method,
              ", Query:  ", $result->query_name, "\n";

while( my $result = $parser->next_result() ) {
              print "Feature from ", $feature->start, " to ", $feature->end, 
"\n";
          }
    }

Just to be pedantic, I'm pretty sure that second while loop should read 
something like while ( my $feature = $result->next_feature() ) { ... }.

Question:

What is the status, if any, on bioperl modules for interfacing with Gene 
Ontology Consortium (GO) oriented work?

Thanks,

Nathanael Kuipers
---
Center for Biomedical Research,
Dept. of Biology,
University of Victoria