From ce2304d6c6c486e3c247c1911222eeccd267447a Mon Sep 17 00:00:00 2001 From: Katharine Chen <43553196+kychen37@users.noreply.github.com> Date: Thu, 7 Sep 2023 10:55:50 -0700 Subject: [PATCH] Update Dockerfile add pyfaidx --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9ef30a7..f67c5be 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,7 +22,8 @@ RUN mamba install -y -c conda-forge -c bioconda \ plotnine \ seaborn \ regex \ - snakemake-minimal + snakemake-minimal \ + pyfaidx RUN mamba install -y -c conda-forge altair RUN pip install skimpy