-
Notifications
You must be signed in to change notification settings - Fork 30
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
Error building from source: libStatGen #61
Comments
This is already fixed in the master branch of libStatGen. You can download at https://github.com/statgen/libStatGen/archive/master.zip. |
Hi @jonathonl I've tried following the build instructions using the latest master branch of
|
bamUtil is looking for libStatGen in the location "../libStatGen" relative to the bamUtil folder. You unzipped master.zip in the bamUtil directory instead in the parent directory. Also, master.zip unzips into a directory called libStatGen-master and bamUtil expects it to be called libStatGen. From the bamUtil directory, you could run:
Or, better yet, you could:
Or you could edit ../libStatGen/general/Makefile and remove |
I'm working on a Linux based HPC working with private data hence the environment is restrictive (no internet connection); therefore packages must be built from source.
After downloading the file and transferring it to the cluster I try to build by specifying the PATH for
libStatGen
but I get an error:The text was updated successfully, but these errors were encountered: