Skip to content

Commit

Permalink
Update rdkit_figure_generation.py
Browse files Browse the repository at this point in the history
removed print
  • Loading branch information
talagayev authored Dec 4, 2023
1 parent d9977f4 commit 6aac787
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion openmmdl/openmmdl_analysis/rdkit_figure_generation.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ def highlight_numbers(split_data, starting_idx):


for item in split_data:
print(item)
parts = item.split()
protein_partner_name = parts[0]
numeric_codes = parts[1:-1]
Expand Down

0 comments on commit 6aac787

Please sign in to comment.