As you have already seen from at least one of the responses to your OP, not revealing (in code or at least narrative form) the unsuccessful approaches you have already attempted to a problem is likely to result in frustration all around.

There are many monks lurking about the place who are vastly better qualified than I to respond to your OPed question were you to supply more basic info on what you want to achieve and what you have tried. I can say that the overhead of each Perl array element is many bytes (16? 32? More?) of RAM, so what is at first glance a 3 Gig array is, in reality, much larger. However, tools like PDL (see also PDL::FAQ) are designed to operate on large, multi-dimensional character and integer arrays of this kind as 'raw' data. Of course, if each chromosome of the genome can be represented as a string (resulting in an array of, e.g., 46 elements), then we are back again to something like 3 Gig. As always, more info will be helpful to all.


In reply to Re: Human genome array by AnomalousMonk
in thread Human genome array by uvnew

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.