Sequence Combination tool written in Golang
Go to file
kuoi c5cd628bbc
Create LICENSE
2022-01-15 11:44:11 +00:00
data add phy 2022-01-03 23:15:58 +00:00
.gitignore 需要一个正则 2022-01-15 17:01:37 +08:00
LICENSE Create LICENSE 2022-01-15 11:44:11 +00:00
README.md Update README.md 2022-01-15 11:42:07 +00:00
count.go Update count.go 2022-01-15 11:21:40 +00:00
flag.go Update flag.go 2022-01-15 11:29:57 +00:00
go.mod Update go.mod 2022-01-15 11:34:33 +00:00
gocomb.go 暂时修好了 2022-01-14 17:20:42 +08:00
mix.go 暂时修好了 2022-01-14 17:20:42 +08:00
nex.tmpl 暂时修好了 2022-01-14 17:20:42 +08:00
parser.go 暂时修好了 2022-01-14 17:20:42 +08:00
tmpl.go failed 2022-01-13 20:12:32 +08:00

README.md

SeqCombGo

Sequence Combination tool written in Golang

Requirement

  • go [for compile]

Compile

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

How to use

Convert fas to nex

SeqCombGo -o output.nex import.fas
SeqCombGo import.fas

Combine serveral fas to single nex

SeqCombGo import1.fas import2.fas
SeqCombGo -o export.nex import1.fas import2.fas

Cite

@Article{An2022,
  author = {An, G; Zhang, G},
  title  = {SeqCombGo: Sequence Combination tool written in Golang},
  year   = {2022},
  url    = {https://github.com/MalacoLab/SeqCombGo},
}