Skip to content

Commit 4ac1375

Browse files
committed
small bug with extended output fixed NO_JIRA
1 parent e2e5561 commit 4ac1375

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)