Skip to content

Commit

Permalink
fix background ortholog coloring in global and overview maps
Browse files Browse the repository at this point in the history
  • Loading branch information
semiller10 committed Sep 16, 2024
1 parent bfeedce commit f23cae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anvio/kgml.py
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ def recolor_unprioritized_ortholog_entries(
"""
if self.is_global_map or self.is_overview_map:
self.recolor_unprioritized_entries(
unprioritized_entry_uuids, {'ortholog': {'circle': (color_hex_code, '#FFFFFF')}}
unprioritized_entry_uuids, {'ortholog': {'line': (color_hex_code, '#FFFFFF')}}
)
else:
self.recolor_unprioritized_entries(
Expand Down

0 comments on commit f23cae0

Please sign in to comment.