def fasta_header( line ):
     return line.startswith( '>' )
示例#2
0
 def fasta_header(line):
     return line.startswith('>')