Skip to content

Commit

Permalink
fix docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
psathyrella committed Feb 25, 2024
1 parent bda23df commit 791053a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,10 @@ packages/RPANDA/lib/
/packages/bpp-newlik/bppsuite/_build
/packages/bpp-newlik/eigen3/_build
/packages/bpp-newlik/_build/
/packages/enclone
/projects/gcreplay
/packages/HILARy
packages/soNNia
packages/MobiLLe
packages/MINING-D
packages/ncbi-igblast-1.17.1
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ RUN micromamba install -y -c conda-forge -c bioconda -cbiocore -c etetoolkit \
python biopython pandas psutil pysam scons seaborn zlib pyyaml scikit-learn \
mafft circlify ete3 # ete_toolchain
RUN pip install colored-traceback dendropy levenshtein
ENV XDG_RUNTIME_DIR=/tmp/xdgrd # this xdg runtime dir is for plotting (i think it's required for headless/xvfb-run)
RUN mkdir /tmp/xdgrd
RUN chmod 0700 /tmp/xdgrd
COPY --chown=$MAMBA_USER:$MAMBA_USER_GID . /partis
WORKDIR /partis
RUN ./bin/build.sh
Expand Down

0 comments on commit 791053a

Please sign in to comment.