I have a few suggestions.
  1. Rephrase your question using complete sentences, capitalization, punctuation, and maybe even paragraphs. We don't require that you use the Queen's English, but your post has to be basically intelligible, which yours isn't really right now.
  2. Provide at least a rough sketch, using code in what you know of Perl, of what your program is actually going to do. Posting real code that you've already written and explaining where you're stuck is even more helpful.
  3. Take a look at some documentation. system explains how to simply call an external program from Perl, and perlopentut explain ways of passing data back and forth from external programs, and also how to write or append data to text files. bioperl has a lot of resources for manipulating gene sequence data and the like with Perl.

In reply to Re: Fasta Using Perl by Errto
in thread Fasta Using Perl by FarTech

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.