<html><div style='background-color:'><DIV class=RTE>Hello,</DIV>
<DIV class=RTE>&nbsp;</DIV>
<DIV class=RTE>I'm using seqIO object to load a DNA&nbsp;sequence in a&nbsp;fasta-like format ("&gt;" + some info, in the header). The header doesn't contain any info about the length of the sequence. </DIV>
<DIV class=RTE>&nbsp;</DIV>
<DIV class=RTE>$in&nbsp; = Bio::SeqIO-&gt;new(-file =&gt;$fastaFile , '-format' =&gt; 'largefasta');<BR></DIV>
<DIV class=RTE>Then I load my sequence to a seq object</DIV>
<DIV class=RTE>&nbsp;</DIV>
<DIV class=RTE>my $seq = $in-&gt;next_seq()</DIV>
<DIV class=RTE>&nbsp;</DIV>
<DIV class=RTE>but&nbsp;when I try to get the length of the sequence I get 0</DIV>
<DIV class=RTE>&nbsp;</DIV>
<DIV class=RTE>$len=$seq.length(); #----&gt; 0</DIV>
<DIV class=RTE>&nbsp;</DIV>
<DIV class=RTE>so how to get simple&nbsp;length ?</DIV>
<DIV class=RTE>&nbsp;</DIV></div><br clear=all><hr>Don't just search. Find. <a href="http://g.msn.com/8HMBEN/2746??PS=47575" target="_top">MSN Search</a> Check out the new MSN Search!</html>