luntergroup / octopus

Bayesian haplotype-based mutation calling
MIT License
305 stars 38 forks source link

Build fails - Source code errors encountered #284

Open mbeavitt opened 3 months ago

mbeavitt commented 3 months ago

Describe the bug When running the recommended installation command in a Linux environment, the build fails due to a number of errors, primarily related to Boost library functions.

Version 0.7.4 (latest)

Command Command line to install octopus:

# using a container for reproducibility
docker run -it ubuntu:latest
apt update
apt install python3 pip curl git
pip install distro --break-system-packages
git clone https://github.com/luntergroup/octopus
octopus/scripts/install.py --dependencies --forests

Additional context Please see error log attached. error_log.txt