From 6b9f01a7c3d85548644895bbfc2d6e3e246f6ea9 Mon Sep 17 00:00:00 2001 From: Nathan Baker Date: Fri, 19 Jun 2020 06:24:40 -0700 Subject: [PATCH] Standardize version references to "PROPKA 3". Partially addresses https://github.com/jensengroup/propka-3.1/pull/61#pullrequestreview-433445231 --- README.md | 4 ++-- propka/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2aa883d..501ce6a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -# PROPKA 3.2 +# PROPKA 3 PROPKA predicts the pKa values of ionizable groups in proteins -(version 3.0) and protein-ligand complexes (version 3.2 and later) +(version 3.0) and protein-ligand complexes (version 3.1 and later) based on the 3D structure. For proteins without ligands, both version should produce the same result. diff --git a/propka/__init__.py b/propka/__init__.py index 50786dc..58533d8 100644 --- a/propka/__init__.py +++ b/propka/__init__.py @@ -1,4 +1,4 @@ -"""PROPKA 3.2 +"""PROPKA 3 See https://github.com/jensengroup/propka-3.1 for more information.