Skip to content

Commit

Permalink
Update hic_balancing Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
robomics committed Feb 9, 2023
1 parent d3c110d commit 432f34c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file removed containers/assets/hic2cool-ng-c5fd161.tar.xz
Binary file not shown.
Binary file added containers/assets/hic2cool-ng-de0fad0.tar.xz
Binary file not shown.
4 changes: 2 additions & 2 deletions containers/hic_balancing__v1.0.0.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUN cd /tmp \

FROM ghcr.io/paulsengroup/ci-docker-images/ubuntu-22.04-cxx-gcc-12:20230204 AS builder

COPY containers/assets/hic2cool-ng-c5fd161.tar.xz /tmp/
COPY containers/assets/hic2cool-ng-de0fad0.tar.xz /tmp/

RUN apt-get update \
&& apt-get install -y libtbb2-dev
Expand All @@ -56,7 +56,7 @@ RUN apt-get update \
python3 \
python3-pip \
zstd \
&& pip install 'cooler>=0.9' \
&& pip install git+https://github.com/robomics/cooler.git@balance-cis-bugfix \
'hic2cool>=0.8.3' \
'hic-straw>=1.3.1' \
&& apt-get remove -y libcurl4-openssl-dev \
Expand Down

0 comments on commit 432f34c

Please sign in to comment.