[Bioperl-l] small typo in SeqWords documentation
William Hsiao
wwhsiao@sfu.ca
Tue, 2 Apr 2002 15:22:31 -0800
Hi,
I noticed a small typo in the web version of the SeqWords
documentation found in http://doc.bioperl.org/releases/bioperl-1.0/.
Under Synopsis, the line:
“my $seqobj = Bio::PrimarySeq->new(-seq=>'[cut and paste a
sequence here]', -alphabet = 'dna', -id = 'test');”
should be:
my $seqobj = Bio::PrimarySeq->new(-seq=>'[cut and paste a sequence
here]', -alphabet => 'dna', -id => 'test');
with the 2 "="s in the parameter list replaced by "=>"s.
Thanks
Will
William Hsiao
Graduate Student, Brinkman Laboratory
Department of Molecular Biology and Biochemistry
Simon Fraser University
8888 University Dr.
Burnaby, B.C.
Canada, V5A 1S6
Phone: 604-291-5414
Fax: 604-291-5583