Bioperl: generating sequence from IUB Base codes
   
    Aaron J Mackey
     
    ajm6q@virginia.edu
       
    Mon, 12 Apr 1999 12:11:13 -0400 (EDT)
    
    
  
Oops!
    for my $letter ($iupac{uc(substr($unparsed, 0, 1))}) {
should read:
    for my $letter (@{$iupac{uc(substr($unparsed, 0, 1))}}) {
The upper may work, but the lower is better.
-- 
 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
====================================================================