Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
antonneubauer committed Nov 25, 2023
1 parent 5c89ad3 commit d56b4eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/runs/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,6 @@ def protein_graph(request, run_name, index: int):
}
)

print("min peptides", min_peptides)
edges = [{"data": {"source": u, "target": v}} for u, v in graph.edges()]
elements = nodes + edges

Expand Down

0 comments on commit d56b4eb

Please sign in to comment.