Skip to content

Commit

Permalink
Merge pull request #428 from pangenome/update_stuff
Browse files Browse the repository at this point in the history
update smoothxg
  • Loading branch information
AndreaGuarracino authored Nov 16, 2024
2 parents 4f1ba17 + 0c578cb commit fb25f87
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 @@ -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 \
Expand Down

0 comments on commit fb25f87

Please sign in to comment.