From a0de138a4559017a2e360053cf369a610204c6b3 Mon Sep 17 00:00:00 2001 From: tcezard Date: Wed, 21 Feb 2024 17:42:24 +0000 Subject: [PATCH 1/2] Update service info artifact list to add seqcol and rename refget --- service-info/ga4gh-service-info.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/service-info/ga4gh-service-info.json b/service-info/ga4gh-service-info.json index 3acd044..0f0a6f3 100644 --- a/service-info/ga4gh-service-info.json +++ b/service-info/ga4gh-service-info.json @@ -26,7 +26,13 @@ { "type": { "group": "org.ga4gh", - "artifact": "refget" + "artifact": "refget.sequence" + } + }, + { + "type": { + "group": "org.ga4gh", + "artifact": "refget.seqcol" } }, { From 7e317323e001336208d5ca5167180b10b8791962 Mon Sep 17 00:00:00 2001 From: Timothee Cezard Date: Tue, 18 Jun 2024 14:55:59 +0100 Subject: [PATCH 2/2] Place the artifacts in alphabetical order --- service-info/ga4gh-service-info.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/service-info/ga4gh-service-info.json b/service-info/ga4gh-service-info.json index 0f0a6f3..0452d08 100644 --- a/service-info/ga4gh-service-info.json +++ b/service-info/ga4gh-service-info.json @@ -26,13 +26,13 @@ { "type": { "group": "org.ga4gh", - "artifact": "refget.sequence" + "artifact": "refget.seqcol" } }, { "type": { "group": "org.ga4gh", - "artifact": "refget.seqcol" + "artifact": "refget.sequence" } }, {