From b0fc94d762ad17d277bc6ddfa635ba60cc3e28aa Mon Sep 17 00:00:00 2001 From: tokebe <43009413+tokebe@users.noreply.github.com> Date: Thu, 2 May 2024 14:14:46 -0400 Subject: [PATCH] feat: add evidence_count to summed attributes --- src/graph/knowledge_graph.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/graph/knowledge_graph.ts b/src/graph/knowledge_graph.ts index 58b621cb..706fe0f8 100644 --- a/src/graph/knowledge_graph.ts +++ b/src/graph/knowledge_graph.ts @@ -17,7 +17,7 @@ import { APIDefinition } from '@biothings-explorer/types'; const debug = Debug('bte:biothings-explorer-trapi:KnowledgeGraph'); -const NON_ARRAY_ATTRIBUTES = ['biolink:knowledge_level', 'biolink:agent_type']; +const NON_ARRAY_ATTRIBUTES = ['biolink:knowledge_level', 'biolink:agent_type', 'biolink:evidence_count']; export default class KnowledgeGraph { nodes: {