Hi,
I was needing to parse a fasta file into a list of sequences in the following
fashion.
[['acg'], ['tac'],...]
where each entry is a different sequence. Is this easily possible with the
current parsing tools? If so, would somone be kind enough to sketch an
approach? Thanks in advance.
Faheem.