From 2f8ed6be72521fe96055d8ac0e067ee852e47240 Mon Sep 17 00:00:00 2001 From: AndreaGuarracino Date: Sun, 7 Apr 2024 19:08:18 -0500 Subject: [PATCH] fix odgi viz underflow --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b38ab09..b726c84 100644 --- a/Dockerfile +++ b/Dockerfile @@ -76,7 +76,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 c216a84c51e8fa462aa0e26e56f08e4580d5c69c \ + && git checkout e91d6b358caa8c5adff9cd5e9b97c458f35d7600 \ && 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 \