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.
|
1 year ago | |
---|---|---|
data | 1 year ago | |
.gitignore | 1 year ago | |
LICENSE | 1 year ago | |
README.md | 1 year ago | |
count.go | 1 year ago | |
flag.go | 1 year ago | |
go.mod | 1 year ago | |
mix.go | 1 year ago | |
parser.go | 1 year ago | |
seqcomb.go | 1 year ago | |
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},
}