-
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 compiling lofreq #43
Comments
Hey George, the compilation expects the compiled source directory for samtools and htslib, not the installation directory (even though that would be the correct way of doing things). I guess /apps/samtools/1.2.1 doesn't bam.h etc, but just the installed binaries, right? If you still have the samtools source directory, point LoFreq there. Or just install the binary distribution :) |
Thank you @andreas-wilm. I thought I would like to benefit from the new updates since the last binary release which was released a while back. Maybe you can compile a binary release for 2.1.3b? you could tag it as beta release. I would also be happy to test it and provide feedback. |
Coming soon...In the meantime see #28 |
I am compiling lofreq using this
And it starts to compile
. .... truncated
But then it lands on this issue.
I get this error against htslib 1.2.1 and 1.3.1 and the same with samtools 1.2.1 and 1.3.1. I am not sure how to resolve this error. What compilation steps do you recommend.
The text was updated successfully, but these errors were encountered: