# 第二步:检查max-hsps-1.txt读入字典是不是也是有244行 # 如果是244行的话说明,max-hsps-1.txt中没有qseqid、sseqid完全相同的两行 max_hsps_1_cnt = 0 for qseqid in max_hsps_1_dict: max_hsps_1_cnt += len(max_hsps_1_dict[qseqid]) print('读入%s后,还剩%s行。' % (max_hsps_1_...
# 第二步:检查max-hsps-1.txt读入字典是不是也是有244行 # 如果是244行的话说明,max-hsps-1.txt中没有qseqid、sseqid完全相同的两行 max_hsps_1_cnt = 0 for qseqid in max_hsps_1_dict: max_hsps_1_cnt += len(max_hsps_1_dict[qseqid]) print('读入%s后,还剩%s行。' % (max_hsps_1_...