Skip to content

Commit

Permalink
Merge pull request #413 from pangenome/update_stuff
Browse files Browse the repository at this point in the history
update wfmash
  • Loading branch information
AndreaGuarracino authored Sep 27, 2024
2 parents 3c21d20 + fd0859b commit 1e6fd38
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 @@ -50,7 +50,7 @@ RUN wget https://github.com/samtools/bcftools/releases/download/1.19/bcftools-1.
RUN git clone --recursive https://github.com/waveygang/wfmash \
&& cd wfmash \
&& git pull \
&& git checkout 2243583d2f4272ce5254be9ffc508d492dd8b6f8 \
&& git checkout 73c1331bd2bf63c8c5fd3e89e69265e3060d754a \
&& git submodule update --init --recursive \
&& sed -i 's/-march=native/-march=sandybridge/g' src/common/wflign/deps/WFA2-lib/Makefile \
&& cmake -H. -DCMAKE_BUILD_TYPE=Generic -DEXTRA_FLAGS='-march=sandybridge -Ofast' -Bbuild && cmake --build build -- -j $(nproc) \
Expand Down

0 comments on commit 1e6fd38

Please sign in to comment.