Skip to content

Commit

Permalink
Merge pull request #380 from pangenome/update_smoothxg
Browse files Browse the repository at this point in the history
update smoothxg
  • Loading branch information
AndreaGuarracino committed Mar 18, 2024
2 parents d2dc381 + ba08bfa commit fbf6771
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 ea362342bc4301f767727467953bafcaf147172b \
&& git checkout 52a81b7f87a7d7ad2e8bf5dc6e099a0556614f4a \
&& 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 fbf6771

Please sign in to comment.