This script requires the BioPerl suite of modules. I'm running Strawberry Perl 5.18.2 on Windows 7 64bit, DWIM perl ships with Strawberry 5.14, which isn't anything to worry about. To install BioPerl open a command prompt and type the following:

cpan BioPerl

This will download, unpack and build the distribution and it's dependencies automatically. This may take some time. I skipped the online tests (they'd fail from my work laptop due to network issues). After this you can run the software you linked to by unpacking the download and just running the script:

C:\datasetConstructor>perl pepFly.pl Input File> # of output files>

Let me know if you have any problems. Note that I'm not a Bioinformatician. See also Tutorials->Perl and Bioinformatics.

Update: fixed typo.


In reply to Re^3: local packages in windows by marto
in thread local packages in windows by Arthfael

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.