From 3b5d5afe36e55b944d93d79f0ae26d60a398de91 Mon Sep 17 00:00:00 2001 From: Timothee Cezard Date: Tue, 10 Mar 2026 16:47:41 +0000 Subject: [PATCH 1/3] Update identifier-prefixes.yaml Add SC as Sequence collection prefix --- namespace-resolver/identifier-prefixes.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/namespace-resolver/identifier-prefixes.yaml b/namespace-resolver/identifier-prefixes.yaml index 42dd75b..ef75238 100644 --- a/namespace-resolver/identifier-prefixes.yaml +++ b/namespace-resolver/identifier-prefixes.yaml @@ -1,8 +1,11 @@ prefixes: + - SC: + name: refget sequence collection + documentation: https://ga4gh.github.io/refget/seqcols/#seqcol-protocol-functionality - SQ: name: refget sequence documentation: https://ga4gh.github.io/refget/sequences/#refget-checksum-algorithm - VA: name: VRS Allele documentation: https://vrs.ga4gh.org/en/stable/concepts/MolecularVariation/Allele.html - schema: https://w3id.org/ga4gh/schema/vrs/2.0/json/Allele \ No newline at end of file + schema: https://w3id.org/ga4gh/schema/vrs/2.0/json/Allele From 8231bc8c1558128647dbd6ca6b486e29986ea967 Mon Sep 17 00:00:00 2001 From: tcezard Date: Wed, 13 May 2026 09:28:09 +0100 Subject: [PATCH 2/3] Change from SC to SQC --- namespace-resolver/identifier-prefixes.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/namespace-resolver/identifier-prefixes.yaml b/namespace-resolver/identifier-prefixes.yaml index ef75238..24700f0 100644 --- a/namespace-resolver/identifier-prefixes.yaml +++ b/namespace-resolver/identifier-prefixes.yaml @@ -1,10 +1,10 @@ prefixes: - - SC: - name: refget sequence collection - documentation: https://ga4gh.github.io/refget/seqcols/#seqcol-protocol-functionality - SQ: name: refget sequence documentation: https://ga4gh.github.io/refget/sequences/#refget-checksum-algorithm + - SQC: + name: refget sequence collection + documentation: https://ga4gh.github.io/refget/seqcols/#seqcol-protocol-functionality - VA: name: VRS Allele documentation: https://vrs.ga4gh.org/en/stable/concepts/MolecularVariation/Allele.html From ffadb1619480cb586cba57680b655bad18c7ac17 Mon Sep 17 00:00:00 2001 From: tcezard Date: Wed, 13 May 2026 15:29:12 +0100 Subject: [PATCH 3/3] Add URL to link to the v1.0 schema --- namespace-resolver/identifier-prefixes.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/namespace-resolver/identifier-prefixes.yaml b/namespace-resolver/identifier-prefixes.yaml index 24700f0..76c7e7a 100644 --- a/namespace-resolver/identifier-prefixes.yaml +++ b/namespace-resolver/identifier-prefixes.yaml @@ -5,6 +5,7 @@ prefixes: - SQC: name: refget sequence collection documentation: https://ga4gh.github.io/refget/seqcols/#seqcol-protocol-functionality + schema: https://ga4gh.github.io/refget/schemas/seqcol_extended_v1.0.0.json - VA: name: VRS Allele documentation: https://vrs.ga4gh.org/en/stable/concepts/MolecularVariation/Allele.html