Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

go get deprecated #15

Open
jowodo opened this issue Jul 29, 2022 · 3 comments
Open

go get deprecated #15

jowodo opened this issue Jul 29, 2022 · 3 comments

Comments

@jowodo
Copy link

jowodo commented Jul 29, 2022

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

@apsteinberg
Copy link
Collaborator

Hi,

Thanks for calling this to our attention. We are planning on updating the README.md file soon.

Best,
Asher

@rohansmehta
Copy link

I had some problems with

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.

@jianshu93
Copy link

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.

Thanks,

Jianshu

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants