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
118 stars 15 forks source link

Issue installating goalign/gotree #4

Closed cokelaer closed 5 years ago

cokelaer commented 5 years ago

While installing goalign using

go get -u github.com/evolbioinfo/goalign/

I got this error message related to gotree::

v0.3.0b: Could not introduce github.com/evolbioinfo/gotree@v0.3.0b, as its subpackage 
github.com/evolbioinfo/gotree/models/protein is missing. (Package is required by (root).)

I had installed gotree succesfully before hand using

go get -u github.com/evolbioinfo/gotree
fredericlemoine commented 5 years ago

There was a problem in some imports in goalign (https://github.com/evolbioinfo/goalign/commit/585c4fd45f422755109eeea4aad2e934692688ba), it should be solved now. Tell me if it solves the issue.

fredericlemoine commented 5 years ago

I close the issue, feel free to reopen it if it still does not work