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
No related branches found
No related tags found
No related merge requests found
......@@ -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 \
&& cd g2gtools-${G2GTOOLS_VERSION} \
&& pip install numpy \
&& pip install pysam \
&& make install
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment