Hi there, When installing `haploflow` using conda, I came across a weird issue where conda could not install due to conflicts. I think this is due to the version of `boost-cpp=1.74.0` required by the conda recipe. This conda install command helped to resolve the issue: ``` conda create -n haploflow -c conda-forge -c bioconda python=3.8 boost-cpp=1.74.0 haploflow ``` Posting here for others that may stumble across this issue. The above will create a conda env called `haploflow` which needs to be activated first.