in reply to Parsing BLAST

Yeah: don't use Bioperl. IMHO it's overengineered and painful. In the past I've used Boulder::Blast with some success, but in the end I found it easier to just hand-roll a parser to extract the parts I cared about. Test it well -- BLAST format is ugly!