mcorr
mcorr copied to clipboard
go get deprecated
As of go 1.7 go get
only downloads and doesn't installs [1]
I managed to install with
go install github.com/kussell-lab/mcorr/cmd/mcorr-xmfa@latest
go install github.com/kussell-lab/mcorr/cmd/mcorr-bam@latest
instead of the mentioned
go get -u github.com/kussell-lab/mcorr/cmd/mcorr-xmfa
go get -u github.com/kussell-lab/mcorr/cmd/mcorr-bam
in the README.md
file
[1] https://go.dev/doc/go-get-install-deprecation