[Bioperl-l] change in Tools::SeqWords not reflected in tutorial link

William Hsiao wwhsiao at sfu.ca
Wed Dec 3 14:06:50 EST 2003


Hi,
       I noticed that the link for Tool::SeqWords documentation from the
tutorial page (http://bioperl.org/Core/Latest/bptutorial.html) is to the
old version of SeqWords which only allows counting of "ATCG" as shown in
the following code 
       
while($seqstring =~ /(([ACGT]){$word_length})/gim)...

       The new version that's distributed with Bioperl 1.2.3 (supposedly
that's the one covered by the tutorial) counts any words (using /w
instead of [ACGT]).  Since there is no checking mechanism for input
sequences, the change can cause drastic effect on the result (especially
when ambiguous nucleotide sequences are involved).  It would be great if
the change can be reflected in the tutorial to avoid confusion.  The
link should be to
(http://doc.bioperl.org/releases/bioperl-1.2.3/Bio/Tools/SeqWords.html).
       
Thanks

Cheers

Will

William Hsiao
Graduate Student, Brinkman Laboratory
Department of Molecular Biology and Biochemistry
Simon Fraser University, 8888 University Dr.
Burnaby, BC, Canada V5A 1S6
Phone: 604-291-4206 Fax: 604-291-5583
 




More information about the Bioperl-l mailing list