Entering edit mode
14.2 years ago
Flies
▴
100
I've got a lot of perl code that expects DNA sequences to be uppercase strings. I want to use Bio::SeqIO
for reading them in, but Bio::Seq
method seq()
returns a lowercase string. uc
doesn't really take all that long, but it would be nice if I didn't have to use it since I'm reading in whole chromosomes here.