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
1 changed files with 5 additions and 5 deletions

View File

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