Update seqcomb.go
This commit is contained in:
parent
410f2e6156
commit
e3ac3ca373
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ func main() {
|
|||
|
||||
matrix := make(map[string]string, ntax)
|
||||
for k := range sum_dna {
|
||||
matrix[k] = strings.Join(sum_dna[k], "")
|
||||
matrix[k] = strings.Join(sum_dna[k], "") //join section to the complete sequence
|
||||
}
|
||||
|
||||
// 准备发射到模板的数据
|
||||
|
|
Loading…
Reference in a new issue