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

SAIGE installs fail because statgen/savvy can't be accessed (Centos 6.x) #9

Open
jbsysadmin opened this issue Mar 25, 2020 · 1 comment

Comments

@jbsysadmin
Copy link

They fail the same way:

Downloading https://github.com/statgen/savvy/archive/<long_id>.tar.gz
"Download failed with error 400"

At the core, this command fails:
cget install statgen/savvy@<long_id>

Did you make some change which broke downstream installs using cget?
Is there anything that you can publish that users should follow instead of that URL?
You have some re-direct scheme in place. Is there another destination that people should use instead of the above? Also, how were users supposed to reach this through a proxy? No system config for proxy is honored during these attempts.

Thanks for any leads.

@jonathonl
Copy link
Collaborator

Hey, sorry it took so long to respond.

Any proxy issues you are experiencing should be directed to the cget maintainer (https://github.com/pfultz2/cget).

Manual Dependency Installation
SAV v1.x depends on shrinkwrap, zlib, zstd, and htslib.
SAV v2.x depends on shrinkwrap, zlib, and zstd.

If you do not install dependencies into default system locations, you can add -DCMAKE_PREFIX_PATH=</path/to/dep/install/prefix> to the CMake configure step.

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

2 participants