Skip to content

Commit

Permalink
Merge pull request #54 from geneontology/feat-update-cx2-legend
Browse files Browse the repository at this point in the history
Use new legend graphic in CX2 network description
  • Loading branch information
pkalita-lbl authored Feb 7, 2025
2 parents c4fe156 + cd2a845 commit f7e6648
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/gocam/translation/cx2/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@
"Xenopus",
]

# This image gets referenced in the network description. The NDEx folks were fairly insistent that
# we include a legend graphic in the network description. The process of generating this graphic is
# not fully automated, but it is described here: https://github.com/pkalita-lbl/ndex-gocam-legend
LEGEND_GRAPHIC_SRC = "https://geneontology.org/assets/ndex-gocam-legend-v1.png"
# This image gets referenced in the network description. as recommended by NDEx. The process of
# generating this graphic is not fully automated, but it is described here:
# https://github.com/pkalita-lbl/ndex-gocam-legend
LEGEND_GRAPHIC_SRC = "https://geneontology.org/assets/ndex-gocam-legend-v2.png"


def _remove_species_code_suffix(label: str) -> str:
Expand Down

0 comments on commit f7e6648

Please sign in to comment.