Skip to content

Commit

Permalink
Merge pull request #423 from pangenome/update_stuff
Browse files Browse the repository at this point in the history
update vcflib for fixed vcfwave
  • Loading branch information
AndreaGuarracino authored Oct 31, 2024
2 parents 0e9c9e1 + 206ac19 commit 212dbb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,10 @@ RUN git clone https://github.com/pangenome/vcfbub \

RUN git clone --recursive https://github.com/vcflib/vcflib.git \
&& cd vcflib \
&& git checkout 2ad261860807e66dbd9bcb07fee1af47b9930d70 \
&& git checkout 404b98a6a0601a8668fb039eae5196fa1ae12525 \
&& mkdir -p build \
&& cd build \
&& cmake -DZIG=OFF -DCMAKE_BUILD_TYPE=Debug .. && cmake --build . -- -j $(nproc) \
&& cmake -DZIG=OFF -DCMAKE_BUILD_TYPE=Debug -DWFA_GITMODULE=ON .. && cmake --build . -- -j $(nproc) \
&& mv vcfwave /usr/local/bin/vcfwave \
&& mv vcfuniq /usr/local/bin/vcfuniq \
&& cd ../ \
Expand Down

0 comments on commit 212dbb1

Please sign in to comment.