Entering edit mode
3.6 years ago
szp770
▴
10
Hi, I have a file like this: """
>chr1:875558-875877
ATGTAAAAATCCTCCTTTTT
>chr1:935274-935972
TGTCTGGGGTCCGGCTGGCGCT
""" I want to extract the seqences only but not the line with ">", how to do this?
refer to SeqIO and SeqIO.parse from biopython.