Skip to content

Commit

Permalink
Merge pull request #239 from pangenome/update-stuff
Browse files Browse the repository at this point in the history
update wfmash
  • Loading branch information
ekg authored Oct 11, 2022
2 parents f0db7db + a8e729a commit 2f73789
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 @@ -44,7 +44,7 @@ RUN apt-get update \
RUN git clone --recursive https://github.com/waveygang/wfmash \
&& cd wfmash \
&& git pull \
&& git checkout a8e4daae6c0e61c898a799d34bb91c16655d268d \
&& git checkout e7ab130028ddafb587c29c302ec62cfb63a8569e \
&& git submodule update --init --recursive \
&& sed -i 's/-march=native//g' src/common/wflign/deps/WFA2-lib/Makefile \
&& cmake -H. -DCMAKE_BUILD_TYPE=Generic -Bbuild && cmake --build build -- -j $(nproc) \
Expand Down

0 comments on commit 2f73789

Please sign in to comment.