Create README.md
This commit is contained in:
parent
18307f0aec
commit
ec40163b52
1 changed files with 10 additions and 0 deletions
10
README.md
Normal file
10
README.md
Normal 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
|
||||
```
|
Loading…
Reference in a new issue