Sequence Combination tool written in Golang
Go to file
2022-01-13 20:12:32 +08:00
data add phy 2022-01-03 23:15:58 +00:00
a.nex failed 2022-01-13 20:12:32 +08:00
count.go failed 2022-01-13 20:12:32 +08:00
flag.go failed 2022-01-13 20:12:32 +08:00
go.mod 尝试输出到nex 2022-01-03 12:38:07 +08:00
gocomb.go failed 2022-01-13 20:12:32 +08:00
mix.go failed 2022-01-13 20:12:32 +08:00
nex.tmpl failed 2022-01-13 20:12:32 +08:00
parser.go failed 2022-01-13 20:12:32 +08:00
README.md Update README.md 2022-01-04 12:19:57 +00:00
tmpl.go failed 2022-01-13 20:12:32 +08:00

GoComb

sequence combination tool written in Golang

Requirement

  • go

Compile

git clone git@github.com:MalacoLab/gocomb.git
cd gocomb
go build

How to use

Convert fas to nex

./gocomb -o output.nex import.fas
./gocomb import.fas

Combine serveral fas to single nex

./gocomb import1.fas import2.fas
./gocomb -o export.nex import1.fas import2.fas