-
Notifications
You must be signed in to change notification settings - Fork 25
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
Update to Makefile needed for updated bamtools build. #47
Comments
Hi @srynobio, I understand the problem, but without logs, error, or any other information there's not much I can do :(. --Zev |
@zeeev Understand. I'll get a more detailed reports with logs and post them. |
@zeeev I'm adding this to further explain the issue I'm seeing. BackgroundI'm building a docker container to use
I currently install CMake and OpenMP via the following dockerfile.
Version check of CMake in the built image:
Version check of OpenMP in the built image:
However when I run your install command:
I get the following errors:
So the build fails on what appears to be the bamtools build step. Now to test if the dockerfile build everything required for bamtools I ran an independent build found on their wiki. Build:
And it installs correctly:
This leads me to believe that your Makefile may need to be updated to work with the updated bamtools build. Possably this: |
Hi @srynobio, Sorry it took me a while to get to this. What happens if you go into the bamtools submodule, in whamg, prior to building and then update the branch? If that solves the problem, I'll just update the bamtools submodule commit. Best, Zev |
Hi @srynobio, Did you attempt the solution I suggested? Zev |
Let's just setup a 5 minute call. I tried the lab, but no one answered. |
Bamtools, which is one of the requirements of wham, it recursively installed and built as part of your Makefile. However the build requirements and
lib
path has changed in the newest version of bamtools. This does not allow a completed build when using a new "docker" environment.The text was updated successfully, but these errors were encountered: