Update README.md

This commit is contained in:
kuoi 2022-01-04 12:19:57 +00:00 committed by GitHub
parent d64cd4816a
commit 8c709679d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,26 +1,26 @@
# gocomb # GoComb
sequence combination tool written in Golang sequence combination tool written in Golang
# Requirement # Requirement
- go - go
# compile # Compile
``` ```
git clone git@github.com:MalacoLab/gocomb.git git clone git@github.com:MalacoLab/gocomb.git
cd gocomb cd gocomb
go build go build
``` ```
# how to use # How to use
## convert fas to nex ## Convert fas to nex
``` ```
./gocomb -o output.nex import.fas ./gocomb -o output.nex import.fas
./gocomb import.fas ./gocomb import.fas
``` ```
## combine serveral fas to single nex ## Combine serveral fas to single nex
``` ```
./gocomb import1.fas import2.fas ./gocomb import1.fas import2.fas