Update README.md

This commit is contained in:
kuoi 2022-01-15 11:35:23 +00:00 committed by GitHub
parent b8262a3f78
commit 8e4246b3b2
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,4 +1,4 @@
# GoComb
# SeqCombGo
sequence combination tool written in Golang
# Requirement
@ -16,13 +16,13 @@ go build
## Convert fas to nex
```
./gocomb -o output.nex import.fas
./gocomb import.fas
SeqCombGo -o output.nex import.fas
SeqCombGo import.fas
```
## Combine serveral fas to single nex
```
./gocomb import1.fas import2.fas
./gocomb -o export.nex import1.fas import2.fas
SeqCombGo import1.fas import2.fas
SeqCombGo -o export.nex import1.fas import2.fas
```