Skip to content

Commit

Permalink
[feature] dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Hong-Rui Lin committed Apr 12, 2024
1 parent 84c66d3 commit 41bdee1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 0 additions & 2 deletions unidock_tools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ RUN wget --quiet -O CDPKit.sh https://github.com/molinfo-vienna/CDPKit/releases/
WORKDIR /opt

RUN mamba install -y ipython requests tqdm python-lmdb openbabel ambertools openmm -c conda-forge
RUN mamba create -y -n mgltools mgltools autogrid -c bioconda
ENV PATH $PATH:/opt/conda/envs/mgltools/bin

COPY . /opt/unidock_tools
RUN cd /opt/unidock_tools && \
Expand Down
4 changes: 3 additions & 1 deletion unidock_tools/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ version = "0.0.1"
keywords = [ "Docking" ]
authors = [
{ name = "Yannan Yuan", email = "[email protected]" },
{ name = "Hang Zheng", email = "[email protected]" }
{ name = "Hang Zheng", email = "[email protected]" },
{ name = "Hong-Rui Lin", email = "[email protected]" },
{ name = "Pengli Zhang", email = "[email protected]" }
]
description = "Several docking-related applications based on Uni-Dock."
readme = "README.md"
Expand Down

0 comments on commit 41bdee1

Please sign in to comment.