Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Hong-Rui authored Apr 9, 2024
2 parents 0ff8f65 + 9d9308f commit 32c0890
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
5 changes: 2 additions & 3 deletions unidock_tools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@ RUN wget --quiet -O CDPKit.sh https://github.com/molinfo-vienna/CDPKit/releases/
rm CDPKit.sh

WORKDIR /opt
RUN mamba install -y ipython requests ambertools rdkit mdanalysis openmm openbabel pandas -c conda-forge
RUN mamba create -y -n mgltools mgltools autogrid -c bioconda
ENV PATH $PATH:/opt/conda/envs/mgltools/bin

RUN mamba install -y ipython requests tqdm python-lmdb openbabel ambertools openmm -c conda-forge

COPY . /opt/unidock_tools
RUN cd /opt/unidock_tools && \
Expand Down
3 changes: 2 additions & 1 deletion unidock_tools/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ readme = "README.md"
requires-python = ">=3.8"
dependencies = [
"rdkit",
"MDAnalysis",
"networkx",
"tqdm",
"numpy",
"pandas",
"pathos",
]

Expand Down

0 comments on commit 32c0890

Please sign in to comment.