11 lines
156 B
Markdown
11 lines
156 B
Markdown
|
# gocomb
|
||
|
sequence combination tool written in Golang
|
||
|
|
||
|
# how to use `parser.go`
|
||
|
|
||
|
```
|
||
|
parser xxx.fas
|
||
|
parser xxx.fas yyy.fas
|
||
|
parser -o 123 xxx.fas // todo
|
||
|
```
|