evolbioinfo / gotree

Gotree is a set of command line tools and an API to manipulate phylogenetic trees. It is implemented in Go language.
GNU General Public License v2.0
120 stars 15 forks source link

Version string not displayed #14

Closed andersgs closed 3 years ago

andersgs commented 3 years ago

Hello.

Thank you for gotree.

At the moment, the installation of version 0.4.0 from Bioconda seems to have a bug where the version string is not displayed:

% gotree version

I am wondering if this an issue with how Bioconda is producing the binary, or is this a real bug? I noticed that the version string is generated at compile time (I think --- if I read the code correctly).

Thank you.

Anders.

fredericlemoine commented 3 years ago

Dear Anders,

Thank you for noticing this error. I just corrected the bioconda recipe, and created a pull request: https://github.com/bioconda/bioconda-recipes/pull/27211 Hopefully it should be resolved soon. Thanks,

Frederic

fredericlemoine commented 3 years ago

It should now work with the latest version on bioconda (see pull request). I close the issue, thanks.

andersgs commented 2 years ago

This issue seems to have cropped up again. On version 0.4.3.

fredericlemoine commented 2 years ago

Hi @andersgs ,

Thank you for pointing this out! I made a mistake in the last update of the bioconda recipe... I updated the recipe (https://github.com/bioconda/bioconda-recipes/pull/37058) and it seems to work now, you can try with :

$ conda install -c bioconda gotree=0.4.3
$ gotree version
0.4.3