Skip to content

Commit 1cbfa42

Browse files
committed
fix chains
1 parent dd5a49c commit 1cbfa42

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pdb2sql/StructureSimilarity.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -707,7 +707,7 @@ def compute_irmsd_pdb2sql(
707707
cutoff=cutoff,
708708
extend_to_residue=True,
709709
chain1=chains_ref[0],
710-
chain2=chains_decoy[1])
710+
chain2=chains_ref[1])
711711

712712
index_contact_ref = []
713713
for v in contact_ref.values():

0 commit comments

Comments
 (0)