Skip to content

Commit d500639

Browse files
Merge pull request #387 from pangenome/update_stuff
fix odgi viz underflow
2 parents 329d7b0 + 2f8ed6b commit d500639

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ RUN git clone --recursive https://github.com/ekg/seqwish \
7676
RUN git clone --recursive https://github.com/pangenome/smoothxg \
7777
&& cd smoothxg \
7878
&& git pull \
79-
&& git checkout c216a84c51e8fa462aa0e26e56f08e4580d5c69c \
79+
&& git checkout e91d6b358caa8c5adff9cd5e9b97c458f35d7600 \
8080
&& git submodule update --init --recursive \
8181
&& sed -i 's/-msse4.1/-march=sandybridge -Ofast/g' deps/spoa/CMakeLists.txt \
8282
&& sed -i 's/-march=native/-march=sandybridge -Ofast/g' deps/spoa/CMakeLists.txt \

0 commit comments

Comments
 (0)