<?xml version="1.0" encoding="windows-1252"?>
<node id="1005753" title="Re: Dumb problem with dumper." created="2012-11-26 14:40:05" updated="2012-11-26 14:40:05">
<type id="11">
note</type>
<author id="980564">
aitap</author>
<data>
<field name="doctext">
&lt;p&gt;&lt;i&gt;&lt;blockquote&gt;I am try to search for the number of occurrence of 10 hexamer word in a big file of fasta sequence.&lt;/blockquote&gt;&lt;/i&gt;
Did you try using [mod://BioPerl] ([http://bioperl.org])?&lt;/p&gt;


&lt;p&gt;&lt;blockquote&gt;&lt;c&gt;for($i = 1;$i &lt; 5000;$i++)
{
        for($j = 0;$j &lt;= $#words;$j++)
        {
                $result[$i][$j] = 0; # array of 5000 columns of position and words as columns 
        }
}&lt;/c&gt;&lt;/blockquote&gt;
If you want to initialise your array for better handling of large data, look there: [id://986487]. By the way, this initialisation is lost because you initialize an array and work later with a hash reference. [doc://strict] would never allow it.&lt;/p&gt;

&lt;!-- Node text goes above. Div tags should contain sig only --&gt;
&lt;div class="pmsig"&gt;&lt;div class="pmsig-980564"&gt;
Sorry if my advice was wrong.
&lt;/div&gt;&lt;/div&gt;</field>
<field name="root_node">
1005742</field>
<field name="parent_node">
1005742</field>
</data>
</node>
