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

Freebayes 1.3.8 does not build #803

Open
feghalya opened this issue Jun 13, 2024 · 0 comments
Open

Freebayes 1.3.8 does not build #803

feghalya opened this issue Jun 13, 2024 · 0 comments
Labels

Comments

@feghalya
Copy link

feghalya commented Jun 13, 2024

Building Freebayes v1.3.8 from source seems impossible as it is.

Using meson build -Dprefer_system_deps=false fails because it expects a vcflib submodule, and meson build -Dprefer_system_deps=true fails as well because the fastahack and smithwaterman libraries are hard-coded to use submodules.

The only way meson build worked was cloning vcflib in contrib/ and running meson build -Dprefer_system_deps=false, but then meson test -C build/ would fail because it could not find IntervalTree.h. To solve this, I had to change IntervalTree.h back to ../intervaltree/IntervalTree.h in src/BedReader.h and src/BedReader.cpp.

@feghalya feghalya added the bug label Jun 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant