Sequence Combination tool written in Golang
Go to file
kuoi 410f2e6156
Update mix.go
2022-01-18 14:10:22 +00:00
data add phy 2022-01-03 23:15:58 +00:00
.gitignore new logo 2022-01-15 22:03:56 +08:00
LICENSE Create LICENSE 2022-01-15 11:44:11 +00:00
README.md new logo 2022-01-15 22:03:56 +08:00
count.go Update count.go 2022-01-18 13:59:53 +00:00
flag.go add version fix -1 2022-01-16 09:55:32 +08:00
go.mod Update go.mod 2022-01-15 11:34:33 +00:00
mix.go Update mix.go 2022-01-18 14:10:22 +00:00
parser.go Update parser.go 2022-01-18 13:45:40 +00:00
seqcomb.go new logo 2022-01-15 22:03:56 +08:00
template.go new logo 2022-01-15 22:03:56 +08:00

README.md

SeqCombGo

Sequence Combination tool written in Golang

Requirement

  • go [for compile]

Compile

git clone git@github.com:MalacoLab/SeqCombGo.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},
}

Detail

tobedo