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

`gotree version` produces empty output #13

Closed andersgs closed 2 years ago

andersgs commented 2 years ago

Hello.

When running:

gotree version

I get a blank line instead of the version number.

I am running version 0.4.3 installed via conda.

It is also blank when running --help:

gotree --help
gotree is a set of tools to handle phylogenetic trees in go.

Different usages are implemented: 
- Generating random trees
- Transforming trees (renaming tips, pruning/removing tips)
- Comparing trees (computing bootstrap supports, counting common edges)

Version: 

Usage:
  gotree [flags]
  gotree [command]
andersgs commented 2 years ago

Sorry, wrong go tool... But, I see I have already raised this issue in gotree and was fixed.