Skip to content

Commit

Permalink
update prody installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Tonylac77 committed Sep 10, 2024
1 parent 9aa75b3 commit b3a2700
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Binary file modified DockM8_Installation_Guide.pdf
Binary file not shown.
6 changes: 4 additions & 2 deletions setup_py310.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ echo -e """
# check if conda is installed, and install miniconda3 if not

# if conda is not a recognised command then download and install
if ! command -v conda &> /dev/null; then
if ! (source ~/.bashrc && command -v conda &> /dev/null); then

echo -e "No conda found - installing..."
mkdir -p $HOME/miniconda3
Expand Down Expand Up @@ -139,14 +139,16 @@ else
###############################################################
"""

pip install pymesh espsim oddt biopandas redo MDAnalysis==2.0.0 prody==2.1.0 Pebble tensorflow==2.15 keras==2.15 meeko posebusters streamlit -q
pip install pymesh espsim oddt biopandas redo MDAnalysis==2.0.0 Pebble tensorflow==2.15 keras==2.15 meeko posebusters streamlit -q

pip3 install torch==2.2.0 torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu -q

pip install torch_scatter torch_sparse torch_spline_conv torch_cluster torch_geometric -q

pip install dgl -f https://data.dgl.ai/wheels/torch-2.2/repo.html -q

pip install prody

echo -e """
###############################################################
# Finished installing pip packages
Expand Down

0 comments on commit b3a2700

Please sign in to comment.