in reply to Parse DNA fasta file
Bio::SeqIO::Fasta is the most commonly used and better supported fasta munging modules, and it returns Bio::Seq object for each FASTA entry, which has methods for determining length amongst a lot of other things.
It should be fairly simple, but post again with your code if you encounter any other problems.
|
|---|