Skip to content

Commit

Permalink
feat: add evidence_count to summed attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
tokebe committed May 2, 2024
1 parent dc48864 commit b0fc94d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/graph/knowledge_graph.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit b0fc94d

Please sign in to comment.