Skip to content

Commit

Permalink
Merge pull request #387 from pangenome/update_stuff
Browse files Browse the repository at this point in the history
fix odgi viz underflow
  • Loading branch information
AndreaGuarracino committed Apr 8, 2024
2 parents 329d7b0 + 2f8ed6b commit d500639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit d500639

Please sign in to comment.