Bioperl: Question: reading in blast results from scalar?

Aaron J Mackey ajm6q@virginia.edu
Fri, 3 Mar 2000 20:38:23 -0500 (EST)


On Fri, 3 Mar 2000, Chad Matsalla wrote:

> tie *OUT, 'IO::Scalar', \$scalar_containing_a_blast_report;

try:

  $sh = new IO::Scalar \$scalar_containing_blast_report;

  $o_blast = Bio::Tools::Blast->new (-file => $sh, -parse => 1)

-Aaron

-- 
 o ~   ~   ~   ~   ~   ~  o
/ Aaron J Mackey           \
\  Dr. Pearson Laboratory  / 
 \ University of Virginia  \     
 /  (804) 924-2821          \
 \  amackey@virginia.edu    /
  o ~   ~   ~   ~   ~   ~  o


=========== Bioperl Project Mailing List Message Footer =======
Project URL: http://bio.perl.org/
For info about how to (un)subscribe, where messages are archived, etc:
http://www.techfak.uni-bielefeld.de/bcd/Perl/Bio/vsns-bcd-perl.html
====================================================================