Bio.SearchIO.BlastIO.BLAST_文本模块

BLAST+纯文本输出格式的Bio.SearchIO解析器。

目前,这是Biopython的NCBIStandalone文本解析器(现已弃用)的包装器。

class Bio.SearchIO.BlastIO.blast_text.BlastTextParser(handle)

基类:object

BLAST文本格式的解析器。

__init__(handle)

初始化类。

__iter__()

迭代BlastTextParser,生成查询结果。