Update seqcomb.go

This commit is contained in:
kuoi 2022-01-18 14:11:58 +00:00 committed by GitHub
parent 410f2e6156
commit e3ac3ca373
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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
}
// 准备发射到模板的数据