SeqCombGo/README.md
2022-01-04 16:59:37 +08:00

10 lines
163 B
Markdown

# gocomb
sequence combination tool written in Golang
# how to use `parser.go`
```
parser xxx.fas
parser xxx.fas yyy.fas
parser -o export.nex xxx.fas yyy.fas
```