evolbioinfo / goalign

Goalign is a set of command line tools and an API to manipulate multiple sequence alignments. It is implemented in Go language.
GNU General Public License v2.0
71 stars 8 forks source link

How does this compare to EASEL ? #4

Closed tseemann closed 4 years ago

tseemann commented 5 years ago

I was looking for advice on how EASEL and goalign compare?

https://github.com/EddyRivasLab/easel

fredericlemoine commented 5 years ago

There is obviously an overlap in terms of functionalities. However goalign was originally developed to provide a simple and cross platform command line utility to handle sequences and alignments in a phylogenetic perspective (bootstrap, distance matrices with several models, etc.). It goes with gotree, which handles phylogenetic trees. As it is developed in go, it also provides an api usable in go programs. Tell me if you need more information, Best

tseemann commented 4 years ago

Ok thank you for the clarification.