gmx_MMPBSA install
参考 https://valdes-tresanco-ms.github.io/gmx_MMPBSA/dev/installation/
💬 Create a new environment and activate it
conda create -n gmxA python=3.10 -y -q
conda activate gmxA
💬 Install mpi4py and AmberTools
conda install -c conda-forge "mpi4py==3.1.3" "ambertools<=23.3" -y -q
conda install -c conda-forge cupy cudnn cutensor nccl
conda config --add channels conda-forge
conda config --set channel_priority strict
conda install ucx==1.15.0
💬 Install PyQt6 required to use the GUI analyzer tool (gmx_MMPBSA_ana). Not needed for HPC
python -m pip install "pyqt6<=6.6.1"
# python -m pip install git+https://github.com/Valdes-Tresanco-MS/gmx_MMPBSA
download and unzip https://github.com/Valdes-Tresanco-MS/gmx_MMPBSA
cd ~/gmx_MMPBSA
pip install .
source /home/adsb/amber22_src/build/CMakeFiles/miniconda/install/envs/gmxa/lib/python3.10/site-packages/GMXMMPBSA/GMXMMPBSA.sh
gmx_MMPBSA <tab> <tab>
LigPlot+ installation (ebi.ac.uk)