Skip to content

Commit

Permalink
Merge pull request #341 from pwrose/master
Browse files Browse the repository at this point in the history
upgraded to new RCSB webservices
  • Loading branch information
pwrose committed Jan 26, 2022
2 parents 47391f7 + 091b260 commit 49b89ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mmtfPyspark/webfilters/sequenceSimilarity.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ def __init__(self, sequence, target="Protein", evalue_cutoff=0.1, identity_cutof
# result_type, identifiers, scores = post_query(query)
# self.structureIds = set(identifiers)
self.filter = AdvancedQuery(query)
self.structureIds = self.filter.get_structure_ids()
self.result_type = self.filter.get_result_type()
self.structureIds = self.filter.structureIds
self.result_type = self.filter.result_type

def get_structure_ids(self):
return list(self.structureIds)
Expand Down

0 comments on commit 49b89ca

Please sign in to comment.