Skip to content

Commit

Permalink
G3-555 threshold UI update
Browse files Browse the repository at this point in the history
  • Loading branch information
francastell committed Jan 8, 2025
1 parent c3a3011 commit 2ef41a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/application.py
Original file line number Diff line number Diff line change
Expand Up @@ -2960,7 +2960,7 @@ def format_str_threshold_value(geneset: dict) -> str:
elif thresh[0] == thresh[1]:
response= None
else:
response= thresh[0] + " <= " + thresh[1]
response= thresh[0] + " <=> " + thresh[1]

return response

Expand Down

0 comments on commit 2ef41a4

Please sign in to comment.