The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Prospect::utilities -- miscellaneous utilities for Prospect $Id: utilities.pm,v 1.9 2003/11/04 01:01:33 cavs Exp $

SYNOPSIS

 use Prospect::utilities ;
 my ($scores,@fields) = score_summary( fn );

DESCRIPTION

Prospect::utilities is a

ROUTINES & METHODS

score_summary( filename )

Returns ($score_hashref, @fields) for the given filename. It is presumed that filename is the xml output of ONE prospect invocation (i.e., ONE query sequence).

summary( filename )

Returns ($hashref, @fields) for the given filename. It is presumed that filename is the xml output of ONE prospect invocation (i.e., ONE query sequence).

BUGS

SEE ALSO