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 aec1a8c commit 50275db
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 @@ -43,7 +43,7 @@

class SequenceSimilarity(object):

def __init__(self, sequence, target="Protein", evalue_cutoff=0.1, identity_cutoff=0, max_rows=1000000):
def __init__(self, sequence, target="Protein", evalue_cutoff=0.1, identity_cutoff=0, max_rows=1000):
'''Filters by squence similarity using all default parameters.
Parameters
Expand Down

0 comments on commit 50275db

Please sign in to comment.