Skip to content

Commit

Permalink
upgraded to new RCSB webservices
Browse files Browse the repository at this point in the history
  • Loading branch information
pwrose committed Jan 26, 2022
1 parent 37add9d commit da749e3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions mmtfPyspark/webfilters/sequenceSimilarity.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,11 @@ def __init__(self, sequence, target="Protein", evalue_cutoff=0.1, identity_cutof
self.filter = AdvancedQuery(query)


#def get_structure_ids(self):
# return list(self.structureIds)
def get_structure_ids(self):
return list(self.filter.structureIds)

def get_result_type(self):
return self.filter.result_type


def __call__(self, t):
Expand Down

0 comments on commit da749e3

Please sign in to comment.