Sequence Combination tool written in Golang
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kuoi 7abdfcb4b9
Update README.md
1 year ago
data add phy 1 year ago
.gitignore new logo 1 year ago
LICENSE Create LICENSE 1 year ago
README.md Update README.md 1 year ago
count.go Update count.go 1 year ago
flag.go Update flag.go 1 year ago
go.mod Update go.mod 1 year ago
mix.go Update mix.go 1 year ago
parser.go Update parser.go 1 year ago
seqcomb.go Update seqcomb.go 1 year ago
template.go Update template.go 1 year ago

README.md

SeqCombGo

Sequence Combination tool written in Golang

Requirement

  • go [for compile]

Compile

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

Todo

  • datatype recognize

Cite

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