diff --git a/gget/gget_alphafold.py b/gget/gget_alphafold.py index 0ba4cf20..e370c438 100644 --- a/gget/gget_alphafold.py +++ b/gget/gget_alphafold.py @@ -245,8 +245,13 @@ def alphafold( Importing openmm resulted in the following error: {e} - Please install AlphaFold third-party dependency openmm v7.5.1 (or v7.7.0 for Python >= 3.10) by running the following command from the command line: - 'conda install -qy conda==4.13.0 && conda install -qy -c conda-forge openmm=7.5.1' (or 'openmm=7.7.0' for Python >= 3.10) + Please install AlphaFold third-party dependency openmm by running the following command from the command line: + For Python version < 3.10: + 'conda install -qy conda==4.13.0 && conda install -qy -c conda-forge openmm=7.5.1' + For Python version = 3.10: + 'conda install -qy conda==24.1.2 && conda install -qy -c conda-forge openmm=7.7.0' + For Python version >= 3.11: + 'conda install -qy conda==24.11.1 && conda install -qy -c conda-forge openmm=8.0.0' (Recommendation: Follow with 'conda update -qy conda' to update conda to the latest version afterwards.) """ ) @@ -318,8 +323,13 @@ def alphafold( Importing openmm resulted in the following error: {e} - Please install AlphaFold third-party dependency openmm v7.5.1 (or v7.7.0 for Python >= 3.10) by running the following command from the command line: - 'conda install -qy conda==4.13.0 && conda install -qy -c conda-forge openmm=7.5.1' (or 'openmm=7.7.0' for Python >= 3.10) + Please install AlphaFold third-party dependency openmm by running the following command from the command line: + For Python version < 3.10: + 'conda install -qy conda==4.13.0 && conda install -qy -c conda-forge openmm=7.5.1' + For Python version = 3.10: + 'conda install -qy conda==24.1.2 && conda install -qy -c conda-forge openmm=7.7.0' + For Python version >= 3.11: + 'conda install -qy conda==24.11.1 && conda install -qy -c conda-forge openmm=8.0.0' (Recommendation: Follow with 'conda update -qy conda' to update conda to the latest version afterwards.) """ ) @@ -335,8 +345,13 @@ def alphafold( Importing openmm resulted in the following error: {e} - Please install AlphaFold third-party dependency openmm v7.5.1 (or v7.7.0 for Python >= 3.10) by running the following command from the command line: - 'conda install -qy conda==4.13.0 && conda install -qy -c conda-forge openmm=7.5.1' (or 'openmm=7.7.0' for Python >= 3.10) + Please install AlphaFold third-party dependency openmm by running the following command from the command line: + For Python version < 3.10: + 'conda install -qy conda==4.13.0 && conda install -qy -c conda-forge openmm=7.5.1' + For Python version = 3.10: + 'conda install -qy conda==24.1.2 && conda install -qy -c conda-forge openmm=7.7.0' + For Python version >= 3.11: + 'conda install -qy conda==24.11.1 && conda install -qy -c conda-forge openmm=8.0.0' (Recommendation: Follow with 'conda update -qy conda' to update conda to the latest version afterwards.) """ )