Skip to content
Snippets Groups Projects
Verified Commit 308f6c25 authored by Laurent Modolo's avatar Laurent Modolo
Browse files

Docker: g2gtools add pysam dependency

parent c251a789
Branches
Tags
No related merge requests found
...@@ -8,6 +8,7 @@ RUN apk add --update --no-cache bash musl-dev linux-headers g++ cmake make build ...@@ -8,6 +8,7 @@ RUN apk add --update --no-cache bash musl-dev linux-headers g++ cmake make build
&& tar -xvf v${G2GTOOLS_VERSION}.tar.gz \ && tar -xvf v${G2GTOOLS_VERSION}.tar.gz \
&& cd g2gtools-${G2GTOOLS_VERSION} \ && cd g2gtools-${G2GTOOLS_VERSION} \
&& pip install numpy \ && pip install numpy \
&& pip install pysam \
&& make install && make install
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment