I need help comparing all .seq files to each other. What kind of loop would I need. I wish to do a pairwise alignment and discard any that are too closely related. I'll use the BL2seq bioerl module.
would it be better if i read each seq into a hash. that way i would know the name of the seq?