Skip to content

Commit 14daf3b

Browse files
authored
Merge pull request #15 from ccdc-opensource/matplotlib_fix
small bug with extended output fixed NO_JIRA
2 parents 1914cb5 + 8cc8569 commit 14daf3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/packing_similarity_dendrogram/packing_similarity_dendogram.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,8 +293,8 @@ def main(input_file, matrix_file, n_ps_mols, output_ps_results, conf_threshold,
293293
" molecules \n")
294294

295295
overlay_writer = MoleculeWriter(os.path.join(overlay_folder,
296-
"overlay_{0}_{1}.mol2".format(refcodes[i],
297-
refcodes[j])))
296+
"overlay_{0}_{1}.mol2".format(entry_i.identifier,
297+
entry_j.identifier)))
298298
mols = result.overlay_molecules()
299299
for mol in mols:
300300
overlay_writer.write(mol)

0 commit comments

Comments
 (0)