将所有测序结果汇总到一个文件,再通过CAP进行拼接。 汇总序列 import os def change_fasta(file_path): str ="" datanames = os.listdir(rf"{file_path}") files = [] for dataname in datanames: if os.path.splitext(dataname)[1] == '.seq': # 目录下包含.seq的文件 files.append(dataname) ...
a主要研究基于新一代DNA测序技术下,海量reads的从头测序和重测序的研究。针对拼接与组装算法的改进,及其算法的结果分析与对比。 The main research based on new generation of DNA measured under the foreword technology, magnanimous reads measured from the beginning the foreword and retests the foreword the re...