From 9ca2727bd904285af3fef1be34058df55fab9ad9 Mon Sep 17 00:00:00 2001 From: luponzo86 Date: Mon, 9 Dec 2019 18:35:18 -0800 Subject: [PATCH] bug fix in _isSaturationMutagenesis() --- rhapsody/predict/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rhapsody/predict/core.py b/rhapsody/predict/core.py index 16ac297..2fae2a6 100644 --- a/rhapsody/predict/core.py +++ b/rhapsody/predict/core.py @@ -151,7 +151,7 @@ def _isSaturationMutagenesis(self): self.saturation_mutagenesis = False try: SAVs = self.getUniqueSAVcoords() - SAV_list = list(SAVs['SAV coords']) + SAV_list = list(SAVs['unique SAV coords']) acc = SAVs[0]['Uniprot ID'] pos = list(set(SAVs['position'])) if len(pos) == 1: