alicia:
It's just possible that some of us are unfamiliar with BIAST, BESTHIT, E-Value and uncertain precisely what "the identies" means in this context. Oh, /me fits that category. It's also possible someone else is expert on all the named whatcha'ma'call'its, and thus able to provide assistance without you supplying the prerequisites for a good question here.

But it's a good idea to satisfy those anyway. They can be found at On asking for help and How do I post a question effectively?. Briefly, they include the code you've written, a data sample, and an unambiguous explanation of why your results don't satisfy you.

Your SoPW doesn't tell us whether you know how to open and read a file(s?); how to assign content to variables; or how to write a regex. For the first, see perldoc open and any number of nodes here dealing with read, while, <> which can be found using Super Search. Generally, that same Super Search will offer examples of assignments to $vars. And for regex help, start with perldoc perlre and perldoc perlretut and the splendid tuts here at the Monastery.

The fact you found BioPerl is commendable, but you're going to need to do more than that.. and, in any case, your statement that you "need to do the question without BioPerl" raises other questions; first, "Is this homework or the like?" and second, "Why?"


In reply to Re: Subroutine to parse BLAST by ww
in thread Subroutine to parse BLAST by alicia

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.