diff --git a/containers/plotting__v1.0.0.Dockerfile b/containers/plotting__v1.0.0.Dockerfile index 6c85ca8..6fb71aa 100644 --- a/containers/plotting__v1.0.0.Dockerfile +++ b/containers/plotting__v1.0.0.Dockerfile @@ -19,6 +19,7 @@ RUN micromamba install -y \ r=4.2 \ 'bioframe>=0.4.1' \ 'cooler>=0.9' \ + cooltools \ matplotlib \ matplotlib-venn \ natsort \ @@ -26,6 +27,8 @@ RUN micromamba install -y \ 'pandas<2' \ procps-ng \ pyBigWig \ + pybedtools \ + upsetplot \ r-alluvial \ r-data.table \ r-optparse \