diff --git a/mmtbx/domains_from_pae.py b/mmtbx/domains_from_pae.py index b2adc28758..d24a512c12 100644 --- a/mmtbx/domains_from_pae.py +++ b/mmtbx/domains_from_pae.py @@ -56,7 +56,7 @@ def parse_pae_file(pae_json_file): def domains_from_pae_matrix_networkx(pae_matrix, pae_power=1, pae_cutoff=5, graph_resolution=1, weight_by_ca_ca_distance=False, - distance_power=1, distance_model_file=None): + distance_power=1, distance_model=None): ''' Takes a predicted aligned error (PAE) matrix representing the predicted error in distances between each pair of residues in a model, and uses a graph-based community clustering algorithm to partition the model @@ -70,11 +70,11 @@ def domains_from_pae_matrix_networkx(pae_matrix, pae_power=1, * pae_cutoff (optional, default=5): graph edges will only be created for residue pairs with pae