Update parser.go
This commit is contained in:
parent
f1a7ef8ea9
commit
ce23eb8586
1 changed files with 2 additions and 2 deletions
|
@ -7,9 +7,9 @@ import (
|
||||||
)
|
)
|
||||||
// one file
|
// one file
|
||||||
type dna struct {
|
type dna struct {
|
||||||
name string
|
name string //file name
|
||||||
count int
|
count int
|
||||||
min map[string]string
|
min map[string]string // details
|
||||||
}
|
}
|
||||||
|
|
||||||
// 读取fas文件
|
// 读取fas文件
|
||||||
|
|
Loading…
Reference in a new issue