splitting the protein sequence fasta file into many files using bioPython

后端 未结 0 1848
难免孤独
难免孤独 2020-12-29 12:56

def batch_iterator(iterator, batch_size) : entry = True while entry : batch = [] while len(batch) < batch_size : try : entry = iterator.next except StopI

相关标签:
回答
  • 消灭零回复
提交回复
热议问题