Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 276 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 276 Bytes

needleman_wunsch

基于needleman-wunsch算法的双序列比对程序

  • 支持多结果呈现(经测试当双序列长度平均值大于22时输出所有结果需要时间较长,只输出部分结果)
  • 支持相似度统计
  • 支持fasta文件格式读取

accomplishing