From cdcd1a6ec69b9b509696920748d3c9e0f89f13bc Mon Sep 17 00:00:00 2001 From: AndreaGuarracino Date: Sat, 28 Sep 2024 17:35:17 -0500 Subject: [PATCH] update odgi/smoothxg --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5bc3137..854f4fc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -73,7 +73,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 986b11fd33b95200f476769df50d2e1cd4c070d8 \ + && git checkout 66b17aeead7980f517fed8cc9002bdb2e86a0572 \ && 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 \