diff --git a/Dockerfile b/Dockerfile index 477367e..8d5192e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -77,7 +77,7 @@ RUN git clone --recursive https://github.com/ekg/seqwish \ RUN git clone --recursive https://github.com/pangenome/smoothxg \ && cd smoothxg \ && git pull \ - && git checkout 66b17aeead7980f517fed8cc9002bdb2e86a0572 \ + && git checkout e93c62356b33c2f6db727452328e09a33bfc82c6 \ && git submodule update --init --recursive \ && sed -i 's/-msse4.1/-march=sandybridge -Ofast/g' deps/spoa/CMakeLists.txt \ && sed -i 's/-march=native/-march=sandybridge -Ofast/g' deps/spoa/CMakeLists.txt \