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 in gotree #2

Closed cokelaer closed 5 years ago

cokelaer commented 5 years ago

Got this issue on travis today 2d Aug 2018.

github.com/fredericlemoine/gotree/tree/tree.go:1637:17: undefined: math.Round

fredericlemoine commented 5 years ago

You should build gotree using Go>=1.10.3 now (see 0ee8994ad5091bd7d7b866e597dd412d5471cdf5)

fredericlemoine commented 5 years ago

I guess it is about CI for biokit/bioconvert. I updated requirements_tools.txt here biokit/bioconvert@2598a73b5d756f64fbb860d8da7790178491c0a4 I hope it solves this issue.

cokelaer commented 5 years ago

great thanks