Skip to content

Commit

Permalink
bug fix in _isSaturationMutagenesis()
Browse files Browse the repository at this point in the history
  • Loading branch information
luponzo86 committed Dec 10, 2019
1 parent ca48d4a commit 9ca2727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rhapsody/predict/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9ca2727

Please sign in to comment.