Skip to content

Commit

Permalink
[feature] unidock tools add required dependencies (#119)
Browse files Browse the repository at this point in the history
* [feature] unidock tools add required dependencies

* modify dockerfile package and pip package

* fix:lmdb package name

---------

Co-authored-by: Hong-Rui Lin <[email protected]>
Co-authored-by: dp-yuanyn <[email protected]>
  • Loading branch information
3 people authored Apr 9, 2024
1 parent bfc089e commit 9d9308f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 1 addition & 3 deletions unidock_tools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ RUN wget --quiet -O CDPKit.sh https://github.com/molinfo-vienna/CDPKit/releases/
rm CDPKit.sh

WORKDIR /opt
RUN mamba install -y ipython requests 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 9d9308f

Please sign in to comment.