Create README.md

This commit is contained in:
qaqland 2022-01-01 16:25:21 +08:00 committed by GitHub
parent 18307f0aec
commit ec40163b52
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

10
README.md Normal file
View file

@ -0,0 +1,10 @@
# 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
```