From c30286389dc072b9b8c4ba5a397a0cc8ec40266d Mon Sep 17 00:00:00 2001 From: Colleen Xu Date: Mon, 17 Jun 2024 23:46:13 -0700 Subject: [PATCH 1/5] chore: remove exclusions for temp registrations --- config/smartapi_exclusions.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/config/smartapi_exclusions.yaml b/config/smartapi_exclusions.yaml index b4c4d37..b212767 100644 --- a/config/smartapi_exclusions.yaml +++ b/config/smartapi_exclusions.yaml @@ -3,8 +3,3 @@ name: BioThings Explorer (BTE) TRAPI - id: 36f82f05705c317bac17ddae3a0ea2f0 name: Service Provider TRAPI -## temp separate registrations for TRAPI 1.5 -- id: 8d97ee37572eaaf9e74df447763fd0c5 - name: BioThings Explorer (BTE) TRAPI -- id: a0595049c9a250003c2eced0946d84f6 - name: Service Provider TRAPI From 23a07bc02a264ab98e3850c381416c41adf704dd Mon Sep 17 00:00:00 2001 From: Colleen Xu Date: Tue, 18 Jun 2024 00:06:27 -0700 Subject: [PATCH 2/5] chore: remove overrides for service-provider-only,treats-refactor branch --- config/smartapi_overrides.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/config/smartapi_overrides.yaml b/config/smartapi_overrides.yaml index f1f01be..1b56c5d 100644 --- a/config/smartapi_overrides.yaml +++ b/config/smartapi_overrides.yaml @@ -2,12 +2,6 @@ config: only_overrides: false apis: - 32f36164fabed5d3abe6c2fd899c9418: https://raw.githubusercontent.com/NCATS-Tangerine/translator-api-registry/biolink-4-update/idisk/smartapi.yaml - b48c34df08d16311e3bca06b135b828d: https://raw.githubusercontent.com/NCATS-Tangerine/translator-api-registry/biolink-4-update/suppkg/suppkg.yaml - e481efd21f8e8c1deac05662439c2294: https://raw.githubusercontent.com/NCATS-Tangerine/translator-api-registry/biolink-4-update/ttd/smartapi.yaml - 1d288b3a3caf75d541ffaae3aab386c8: https://raw.githubusercontent.com/NCATS-Tangerine/translator-api-registry/biolink-4-update/semmeddb/smartapi.yaml - 8f08d1446e0bb9c2b323713ce83e2bd3: https://raw.githubusercontent.com/NCATS-Tangerine/translator-api-registry/biolink-4-update/mychem.info/openapi_full.yml - 1138c3297e8e403b6ac10cff5609b319: https://raw.githubusercontent.com/NCATS-Tangerine/translator-api-registry/biolink-4-update/repodb/smartapi.yaml 978fe380a147a8641caf72320862697b: https://raw.githubusercontent.com/NCATS-Tangerine/translator-api-registry/treats-refactor-tmkp/text_mining/smartapi.yaml 38e9e5169a72aee3659c9ddba956790d: https://raw.githubusercontent.com/NCATS-Tangerine/translator-api-registry/source_record_urls/bindingdb/smartapi.yaml edeb26858bd27d0322af93e7a9e08761: https://raw.githubusercontent.com/NCATS-Tangerine/translator-api-registry/source_record_urls/pfocr/smartapi.yaml From 994395aa395be2c168cf68e6260759de5487a458 Mon Sep 17 00:00:00 2001 From: Colleen Xu Date: Tue, 18 Jun 2024 00:07:09 -0700 Subject: [PATCH 3/5] chore: remove override for text-mining provider,treats-refactor branch --- config/smartapi_overrides.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/config/smartapi_overrides.yaml b/config/smartapi_overrides.yaml index 1b56c5d..7410972 100644 --- a/config/smartapi_overrides.yaml +++ b/config/smartapi_overrides.yaml @@ -2,7 +2,6 @@ config: only_overrides: false apis: - 978fe380a147a8641caf72320862697b: https://raw.githubusercontent.com/NCATS-Tangerine/translator-api-registry/treats-refactor-tmkp/text_mining/smartapi.yaml 38e9e5169a72aee3659c9ddba956790d: https://raw.githubusercontent.com/NCATS-Tangerine/translator-api-registry/source_record_urls/bindingdb/smartapi.yaml edeb26858bd27d0322af93e7a9e08761: https://raw.githubusercontent.com/NCATS-Tangerine/translator-api-registry/source_record_urls/pfocr/smartapi.yaml 59dce17363dce279d389100834e43648: https://raw.githubusercontent.com/NCATS-Tangerine/translator-api-registry/source_record_urls/mygene.info/openapi_full.yml From 40131ad852331704bcb84f5d3f14ba55481ff49e Mon Sep 17 00:00:00 2001 From: Colleen Xu Date: Tue, 18 Jun 2024 00:36:04 -0700 Subject: [PATCH 4/5] chore: remove overrides for source_record_url feature --- config/smartapi_overrides.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/config/smartapi_overrides.yaml b/config/smartapi_overrides.yaml index 7410972..52bdf2b 100644 --- a/config/smartapi_overrides.yaml +++ b/config/smartapi_overrides.yaml @@ -2,6 +2,3 @@ config: only_overrides: false apis: - 38e9e5169a72aee3659c9ddba956790d: https://raw.githubusercontent.com/NCATS-Tangerine/translator-api-registry/source_record_urls/bindingdb/smartapi.yaml - edeb26858bd27d0322af93e7a9e08761: https://raw.githubusercontent.com/NCATS-Tangerine/translator-api-registry/source_record_urls/pfocr/smartapi.yaml - 59dce17363dce279d389100834e43648: https://raw.githubusercontent.com/NCATS-Tangerine/translator-api-registry/source_record_urls/mygene.info/openapi_full.yml From a1102e9991eb864eadb862545f72cec766080d9b Mon Sep 17 00:00:00 2001 From: tokebe <43009413+tokebe@users.noreply.github.com> Date: Tue, 18 Jun 2024 11:58:50 -0400 Subject: [PATCH 5/5] fix: use empty list --- config/smartapi_overrides.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/smartapi_overrides.yaml b/config/smartapi_overrides.yaml index 52bdf2b..a10f619 100644 --- a/config/smartapi_overrides.yaml +++ b/config/smartapi_overrides.yaml @@ -1,4 +1,4 @@ --- config: only_overrides: false -apis: +apis: []