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
73 stars 8 forks source link

Create a bioconda recipe #2

Closed rambaut closed 6 years ago

rambaut commented 6 years ago

It would be great if this could be available on the bioconda Conda channel.

fredericlemoine commented 6 years ago

Thanks for the comment, that is something I have to do indeed

fredericlemoine commented 6 years ago

I have just submitted a pull request to bioconda with goalign and gotree recipies. I don't know how long it takes usually.

Update: It seems to work now: conda install -c bioconda goalign and conda install -c bioconda gotree

rambaut commented 6 years ago

Great. Thanks!