Skip to content

Commit

Permalink
Update openmmdlanalysis.py
Browse files Browse the repository at this point in the history
  • Loading branch information
talagayev authored Feb 2, 2024
1 parent 0f2a8f8 commit 3ea2c57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openmmdl/openmmdl_analysis/openmmdlanalysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,7 @@ def main():
# Create Figure with all Binding modes
arranged_figure_generation(merged_image_paths, "all_binding_modes_arranged.png")
generate_ligand_image(
ligand, "complex.pdb", "lig_no_h.pdb", "lig.smi", "ligand_numbering.png"
ligand, "complex.pdb", "lig_no_h.pdb", "lig.smi", "ligand_numbering.svg"
)
print("\033[1mBinding mode figure generated\033[0m")

Expand Down

0 comments on commit 3ea2c57

Please sign in to comment.