in reply to Re^4: maximum number of lines for negative lookahead assertion (?!)
in thread maximum number of lines for negative lookahead assertion (?!)

you're right. I should have read it more carefully, but I did stare at it for a long time, somehow in my mind $line was something else, oh well.
  • Comment on Re^5: maximum number of lines for negative lookahead assertion (?!)

Replies are listed 'Best First'.
Re^6: maximum number of lines for negative lookahead assertion (?!)
by Anonymous Monk on May 04, 2005 at 11:16 UTC
    The code is adapted from Chapter 10 of the book Beginning Perl for Bioinformatics (http://examples.oreilly.com/begperlbio/) and it parses the alignments in BLAST (http://www.ncbi.nlm.nih.gov/BLAST/) results.

    Paul