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 25, 2022
1 parent 2037bd4 commit 2fe8fd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mmtfPyspark/webfilters/sequenceSimilarity.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def __init__(self, sequence, target="Protein", evalue_cutoff=0.1, identity_cutof

print(query)
result_type, identifiers, scores = post_query(query)

print(identifiers[:25])
self.structureIds = set(identifiers)

def __call__(self, t):
Expand Down

0 comments on commit 2fe8fd8

Please sign in to comment.