You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
go install github.com/kussell-lab/mcorr/cmd/mcorr-xmfa@latest
go install github.com/kussell-lab/mcorr/cmd/mcorr-bam@latest
(something to do with the "@latest" bit, I am not familiar enough with go to know how to fix it)
so I just used
go get -u github.com/kussell-lab/mcorr/cmd/mcorr-xmfa
go get -u github.com/kussell-lab/mcorr/cmd/mcorr-bam
and then going into the cmd/mcorr-bam and cmd/mcorr-xmfa folders and running "go install" in each (and then adding the go bin folder to path) worked for me.
Hello all,
I can confirm that go install works for all 3 go binaries. Also python setup.py install should be updated to pip install . in the Mcorr-fit directory.
As of go 1.7
go get
only downloads and doesn't installs [1]I managed to install with
instead of the mentioned
in the
README.md
file[1] https://go.dev/doc/go-get-install-deprecation
The text was updated successfully, but these errors were encountered: