Sergey Mitrofanov

Results 64 comments of Sergey Mitrofanov

I am also very interested!

Hello! Any progress here?

Could you provide the command, please?

And how to use existing external tools like `htslib`, `bcftools` and `samtools`, mentioned in the script `external/make_dependencies.sh`, instead of their compilation during the installation?

It would be great to see such port!

Dear @dskola, any news about the update?

Same question!

Right now I have successfully tested this way: ``` # Boost 1.72.0 ENV BOOST_VERSION="1.72.0" RUN cd "$SOFT" \ && wget -q "https://dl.bintray.com/boostorg/release/${BOOST_VERSION}/source/boost_$(echo "${BOOST_VERSION}" | tr '.' '_').tar.gz" -O "$SOFT/boost-${BOOST_VERSION}.tar.gz" \...