From 322abf269dedba68485dffc38eeb65efbf1b570c Mon Sep 17 00:00:00 2001 From: Rohan Juneja Date: Mon, 20 Feb 2023 18:17:37 -0800 Subject: [PATCH 1/2] Mark primary knowledge sources --- src/config/apis.js | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/config/apis.js b/src/config/apis.js index 63ce4894..5d3ecc34 100644 --- a/src/config/apis.js +++ b/src/config/apis.js @@ -16,7 +16,8 @@ exports.API_LIST = { }, { id: 'dca415f2d792976af9d642b7e73f7a41', - name: 'LitVar API' + name: 'LitVar API', + primarySource: true }, { id: '1f277e1563fcfd124bfae2cc3c4bcdec', @@ -133,11 +134,13 @@ exports.API_LIST = { }, { id: 'd86a24f6027ffe778f84ba10a7a1861a', - name: 'Multiomics EHR Risk KP API' + name: 'Multiomics EHR Risk KP API', + primarySource: true }, { id: '02af7d098ab304e80d6f4806c3527027', - name: 'Multiomics Wellness KP API' + name: 'Multiomics Wellness KP API', + primarySource: true }, // non-TRAPI: pending BioThings APIs made in collab with Text Mining Provider // annotated with SmartAPI x-bte From ac5e8c3495de46434561ed08a2e0977d494cb770 Mon Sep 17 00:00:00 2001 From: Colleen Xu Date: Thu, 9 Mar 2023 13:25:49 -0800 Subject: [PATCH 2/2] API_LIST: remove primarySource tag from litvar --- src/config/apis.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/config/apis.js b/src/config/apis.js index 5d3ecc34..c5dee46f 100644 --- a/src/config/apis.js +++ b/src/config/apis.js @@ -16,8 +16,7 @@ exports.API_LIST = { }, { id: 'dca415f2d792976af9d642b7e73f7a41', - name: 'LitVar API', - primarySource: true + name: 'LitVar API' }, { id: '1f277e1563fcfd124bfae2cc3c4bcdec',