请教一道bio perl 的作业# Biology - 生物学
g*j
1 楼
Create an input file (called Example.txt)that has a list of short sequences
on separate lines.
aaaccgtgggggggggggttcact
actttttttttcccagaaa
accccccccaaaaata
agggggtttcccccccccccaac
Use a Bio::SeqIO object to read your sequences from file, one line at a time
. The resulting Bio::Seq object should be used to print the results using
the “seq” function.
on separate lines.
aaaccgtgggggggggggttcact
actttttttttcccagaaa
accccccccaaaaata
agggggtttcccccccccccaac
Use a Bio::SeqIO object to read your sequences from file, one line at a time
. The resulting Bio::Seq object should be used to print the results using
the “seq” function.