From ec40163b5267767e0327f0af0737b6180da898b3 Mon Sep 17 00:00:00 2001 From: qaqland <62464571+qaqland@users.noreply.github.com> Date: Sat, 1 Jan 2022 16:25:21 +0800 Subject: [PATCH] Create README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md 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 +```