def get_psi_blast_record(self,result_handle):
"""
Convert it to a list because when a using .parse(), Biopython returns a generator.
"""
records = list(NCBIXML.parse(result_handle))
return records[0]
###############################################################################################
# ALIGNMENT BUILDING. #
###############################################################################################
#################################################################
# Step 1/4 for performing an alignment from the main menu. #
# Methods to launch an alignment program and check if it can be #
# used (for example, if it is installed on the user's machine). #
#################################################################
评论列表
文章目录