From aab87c577b4572474b1584b22c70abc99abc1ae3 Mon Sep 17 00:00:00 2001 From: Chris Mungall Date: Fri, 22 Sep 2023 16:40:08 -0700 Subject: [PATCH] minor obographviz config change: new color disambiguating chebi (#657) --- src/oaklib/conf/obograph-style.json | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/src/oaklib/conf/obograph-style.json b/src/oaklib/conf/obograph-style.json index 1efeac4e8..53a972b80 100644 --- a/src/oaklib/conf/obograph-style.json +++ b/src/oaklib/conf/obograph-style.json @@ -64,6 +64,11 @@ "penwidth": 3, "label": "ⓟ" }, + "RO:0004009": { + "arrowhead": "box", + "color": "green", + "penwidth": 3 + }, "UPHENO:0000001": { "color": "gray", "label": "Ⓐ" @@ -164,15 +169,15 @@ "ENVO": { "fillcolor": "cyan" }, + "CHEBI": { + "fillcolor": "cyan" + }, "NCBITaxon": { "fillcolor": "burlywood1" }, "FOODON": { "fillcolor": "pink" }, - "CHEBI": { - "fillcolor": "pink" - }, "sweet:realm/": { "fillcolor": "pink" },