Update README.md
This commit is contained in:
parent
d64cd4816a
commit
8c709679d7
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue