SeqCombGo/README.md

11 lines
163 B
Markdown
Raw Normal View History

2022-01-01 16:25:21 +08:00
# gocomb
sequence combination tool written in Golang
# how to use `parser.go`
```
parser xxx.fas
parser xxx.fas yyy.fas
2022-01-04 16:59:37 +08:00
parser -o export.nex xxx.fas yyy.fas
2022-01-01 16:25:21 +08:00
```