Hello all, I am a novice in Perl and need some help on a complicated question. Ihave to open a BlAST results file in Perl and then use regular expressions to parse out the query, BESTHIT, E-value, and the identities. I have to parse them out and then print it out to a file.
BESTHIT is the one with the largest E-value
Is there a subroutine that will help me with this???
I found some information on using BioPerl but I need to do the question without BioPerl. Thank you for any assistance.