diff --git a/README.md b/README.md new file mode 100644 index 0000000..895209c --- /dev/null +++ b/README.md @@ -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 +```