Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
luponzo86 committed Feb 29, 2020
1 parent 04bd2fd commit 60281d1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rhapsody/predict/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,10 +164,8 @@ def _isSaturationMutagenesis(self, queryUniprot=False):
query = acc
# generate target scanning list
if queryUniprot:
print(1)
target_SAV_list = Uniprot.seqScanning(query)
else:
print(2)
seq = ''.join(SAVs['wt. aa'][range(0, len(SAVs), 19)])
target_SAV_list = Uniprot.seqScanning(query, sequence=seq)
if SAV_list == target_SAV_list:
Expand Down

0 comments on commit 60281d1

Please sign in to comment.