Skip to content

Commit

Permalink
Merge pull request #311 from pangenome/update-stuff
Browse files Browse the repository at this point in the history
Update `vcflib` to get the fixed `vcfwave`
  • Loading branch information
AndreaGuarracino committed Jun 22, 2023
2 parents 463da16 + 90e5bfd commit 42ea284
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 @@ -107,7 +107,7 @@ RUN git clone https://github.com/pangenome/vcfbub \

RUN git clone --recursive https://github.com/vcflib/vcflib.git \
&& cd vcflib \
&& git checkout 4f2bce873bc520449ec549f36aaaad65bace51ca \
&& git checkout 7c1a31a430d339adcb9a0c2fd3fd02d3b30e3549 \
&& mkdir -p build \
&& cd build \
&& cmake -DZIG=OFF -DCMAKE_BUILD_TYPE=Debug .. && cmake --build . -- -j $(nproc) \
Expand Down

0 comments on commit 42ea284

Please sign in to comment.