Skip to content

Commit

Permalink
repoint 2.0.0-snapshot.2025-02 pre-release to 1.0.0-snapshot.2025-02 …
Browse files Browse the repository at this point in the history
…gks-core branch
  • Loading branch information
larrybabb committed Feb 11, 2025
1 parent a6c429c commit 15989fe
Show file tree
Hide file tree
Showing 25 changed files with 102 additions and 101 deletions.
1 change: 1 addition & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[submodule "submodules/gks-core"]
path = submodules/gks-core
url = https://github.com/ga4gh/gks-core.git
branch = 1.0.0-snapshot.2025-02
16 changes: 8 additions & 8 deletions schema/vrs/json/Adjacency
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://w3id.org/ga4gh/schema/vrs/2.0.0-snapshot.2025-02.1/json/Adjacency",
"$id": "https://w3id.org/ga4gh/schema/vrs/2.0.0-snapshot.2025-02.2/json/Adjacency",
"title": "Adjacency",
"type": "object",
"maturity": "trial use",
Expand Down Expand Up @@ -39,7 +39,7 @@
"type": "array",
"ordered": false,
"items": {
"$ref": "/ga4gh/schema/gks-core/1.0.0-snapshot.2025-02.1/json/Extension"
"$ref": "/ga4gh/schema/gks-core/1.0.0-snapshot.2025-02.2/json/Extension"
},
"description": "A list of extensions to the Entity, that allow for capture of information not directly supported by elements defined in the model.",
"$comment": "Extension objects have a key-value data structure that allows definition of custom fields in the data itself. Extensions are not expected to be natively understood, but may be used for pre-negotiated exchange of message attributes between systems."
Expand All @@ -53,7 +53,7 @@
"type": "array",
"ordered": false,
"items": {
"$ref": "/ga4gh/schema/vrs/2.0.0-snapshot.2025-02.1/json/Expression"
"$ref": "/ga4gh/schema/vrs/2.0.0-snapshot.2025-02.2/json/Expression"
}
},
"type": {
Expand All @@ -69,10 +69,10 @@
"items": {
"oneOf": [
{
"$ref": "/ga4gh/schema/vrs/2.0.0-snapshot.2025-02.1/json/SequenceLocation"
"$ref": "/ga4gh/schema/vrs/2.0.0-snapshot.2025-02.2/json/SequenceLocation"
},
{
"$ref": "/ga4gh/schema/gks-core/1.0.0-snapshot.2025-02.1/json/iriReference"
"$ref": "/ga4gh/schema/gks-core/1.0.0-snapshot.2025-02.2/json/iriReference"
}
],
"not": {
Expand All @@ -90,13 +90,13 @@
"description": "The sequence found between adjoined sequences.",
"oneOf": [
{
"$ref": "/ga4gh/schema/vrs/2.0.0-snapshot.2025-02.1/json/LengthExpression"
"$ref": "/ga4gh/schema/vrs/2.0.0-snapshot.2025-02.2/json/LengthExpression"
},
{
"$ref": "/ga4gh/schema/vrs/2.0.0-snapshot.2025-02.1/json/LiteralSequenceExpression"
"$ref": "/ga4gh/schema/vrs/2.0.0-snapshot.2025-02.2/json/LiteralSequenceExpression"
},
{
"$ref": "/ga4gh/schema/vrs/2.0.0-snapshot.2025-02.1/json/ReferenceLengthExpression"
"$ref": "/ga4gh/schema/vrs/2.0.0-snapshot.2025-02.2/json/ReferenceLengthExpression"
}
]
},
Expand Down
16 changes: 8 additions & 8 deletions schema/vrs/json/Allele
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://w3id.org/ga4gh/schema/vrs/2.0.0-snapshot.2025-02.1/json/Allele",
"$id": "https://w3id.org/ga4gh/schema/vrs/2.0.0-snapshot.2025-02.2/json/Allele",
"title": "Allele",
"type": "object",
"maturity": "trial use",
Expand Down Expand Up @@ -39,7 +39,7 @@
"type": "array",
"ordered": false,
"items": {
"$ref": "/ga4gh/schema/gks-core/1.0.0-snapshot.2025-02.1/json/Extension"
"$ref": "/ga4gh/schema/gks-core/1.0.0-snapshot.2025-02.2/json/Extension"
},
"description": "A list of extensions to the Entity, that allow for capture of information not directly supported by elements defined in the model.",
"$comment": "Extension objects have a key-value data structure that allows definition of custom fields in the data itself. Extensions are not expected to be natively understood, but may be used for pre-negotiated exchange of message attributes between systems."
Expand All @@ -53,7 +53,7 @@
"type": "array",
"ordered": false,
"items": {
"$ref": "/ga4gh/schema/vrs/2.0.0-snapshot.2025-02.1/json/Expression"
"$ref": "/ga4gh/schema/vrs/2.0.0-snapshot.2025-02.2/json/Expression"
}
},
"type": {
Expand All @@ -65,10 +65,10 @@
"location": {
"oneOf": [
{
"$ref": "/ga4gh/schema/vrs/2.0.0-snapshot.2025-02.1/json/SequenceLocation"
"$ref": "/ga4gh/schema/vrs/2.0.0-snapshot.2025-02.2/json/SequenceLocation"
},
{
"$ref": "/ga4gh/schema/gks-core/1.0.0-snapshot.2025-02.1/json/iriReference"
"$ref": "/ga4gh/schema/gks-core/1.0.0-snapshot.2025-02.2/json/iriReference"
}
],
"description": "The location of the Allele"
Expand All @@ -77,13 +77,13 @@
"description": "An expression of the sequence state",
"oneOf": [
{
"$ref": "/ga4gh/schema/vrs/2.0.0-snapshot.2025-02.1/json/LengthExpression"
"$ref": "/ga4gh/schema/vrs/2.0.0-snapshot.2025-02.2/json/LengthExpression"
},
{
"$ref": "/ga4gh/schema/vrs/2.0.0-snapshot.2025-02.1/json/LiteralSequenceExpression"
"$ref": "/ga4gh/schema/vrs/2.0.0-snapshot.2025-02.2/json/LiteralSequenceExpression"
},
{
"$ref": "/ga4gh/schema/vrs/2.0.0-snapshot.2025-02.1/json/ReferenceLengthExpression"
"$ref": "/ga4gh/schema/vrs/2.0.0-snapshot.2025-02.2/json/ReferenceLengthExpression"
}
]
}
Expand Down
12 changes: 6 additions & 6 deletions schema/vrs/json/CisPhasedBlock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://w3id.org/ga4gh/schema/vrs/2.0.0-snapshot.2025-02.1/json/CisPhasedBlock",
"$id": "https://w3id.org/ga4gh/schema/vrs/2.0.0-snapshot.2025-02.2/json/CisPhasedBlock",
"title": "CisPhasedBlock",
"type": "object",
"maturity": "trial use",
Expand Down Expand Up @@ -38,7 +38,7 @@
"type": "array",
"ordered": false,
"items": {
"$ref": "/ga4gh/schema/gks-core/1.0.0-snapshot.2025-02.1/json/Extension"
"$ref": "/ga4gh/schema/gks-core/1.0.0-snapshot.2025-02.2/json/Extension"
},
"description": "A list of extensions to the Entity, that allow for capture of information not directly supported by elements defined in the model.",
"$comment": "Extension objects have a key-value data structure that allows definition of custom fields in the data itself. Extensions are not expected to be natively understood, but may be used for pre-negotiated exchange of message attributes between systems."
Expand All @@ -52,7 +52,7 @@
"type": "array",
"ordered": false,
"items": {
"$ref": "/ga4gh/schema/vrs/2.0.0-snapshot.2025-02.1/json/Expression"
"$ref": "/ga4gh/schema/vrs/2.0.0-snapshot.2025-02.2/json/Expression"
}
},
"type": {
Expand All @@ -69,17 +69,17 @@
"items": {
"oneOf": [
{
"$ref": "/ga4gh/schema/vrs/2.0.0-snapshot.2025-02.1/json/Allele"
"$ref": "/ga4gh/schema/vrs/2.0.0-snapshot.2025-02.2/json/Allele"
},
{
"$ref": "/ga4gh/schema/gks-core/1.0.0-snapshot.2025-02.1/json/iriReference"
"$ref": "/ga4gh/schema/gks-core/1.0.0-snapshot.2025-02.2/json/iriReference"
}
]
},
"description": "A list of Alleles that are found in-cis on a shared molecule."
},
"sequenceReference": {
"$ref": "/ga4gh/schema/vrs/2.0.0-snapshot.2025-02.1/json/SequenceReference",
"$ref": "/ga4gh/schema/vrs/2.0.0-snapshot.2025-02.2/json/SequenceReference",
"description": "An optional Sequence Reference on which all of the in-cis Alleles are found. When defined, this may be used to implicitly define the `sequenceReference` attribute for each of the CisPhasedBlock member Alleles."
}
},
Expand Down
12 changes: 6 additions & 6 deletions schema/vrs/json/CopyNumberChange
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://w3id.org/ga4gh/schema/vrs/2.0.0-snapshot.2025-02.1/json/CopyNumberChange",
"$id": "https://w3id.org/ga4gh/schema/vrs/2.0.0-snapshot.2025-02.2/json/CopyNumberChange",
"title": "CopyNumberChange",
"type": "object",
"maturity": "draft",
Expand Down Expand Up @@ -39,7 +39,7 @@
"type": "array",
"ordered": false,
"items": {
"$ref": "/ga4gh/schema/gks-core/1.0.0-snapshot.2025-02.1/json/Extension"
"$ref": "/ga4gh/schema/gks-core/1.0.0-snapshot.2025-02.2/json/Extension"
},
"description": "A list of extensions to the Entity, that allow for capture of information not directly supported by elements defined in the model.",
"$comment": "Extension objects have a key-value data structure that allows definition of custom fields in the data itself. Extensions are not expected to be natively understood, but may be used for pre-negotiated exchange of message attributes between systems."
Expand All @@ -53,7 +53,7 @@
"type": "array",
"ordered": false,
"items": {
"$ref": "/ga4gh/schema/vrs/2.0.0-snapshot.2025-02.1/json/Expression"
"$ref": "/ga4gh/schema/vrs/2.0.0-snapshot.2025-02.2/json/Expression"
}
},
"type": {
Expand All @@ -65,17 +65,17 @@
"location": {
"oneOf": [
{
"$ref": "/ga4gh/schema/vrs/2.0.0-snapshot.2025-02.1/json/SequenceLocation"
"$ref": "/ga4gh/schema/vrs/2.0.0-snapshot.2025-02.2/json/SequenceLocation"
},
{
"$ref": "/ga4gh/schema/gks-core/1.0.0-snapshot.2025-02.1/json/iriReference"
"$ref": "/ga4gh/schema/gks-core/1.0.0-snapshot.2025-02.2/json/iriReference"
}
],
"description": "The location of the subject of the copy change."
},
"copyChange": {
"description": "MUST use a `primaryCode` representing one of \"EFO:0030069\" (complete genomic loss), \"EFO:0020073\" (high-level loss), \"EFO:0030068\" (low-level loss), \"EFO:0030067\" (loss), \"EFO:0030064\" (regional base ploidy), \"EFO:0030070\" (gain), \"EFO:0030071\" (low-level gain), \"EFO:0030072\" (high-level gain).",
"$ref": "/ga4gh/schema/gks-core/1.0.0-snapshot.2025-02.1/json/MappableConcept"
"$ref": "/ga4gh/schema/gks-core/1.0.0-snapshot.2025-02.2/json/MappableConcept"
}
},
"required": [
Expand Down
12 changes: 6 additions & 6 deletions schema/vrs/json/CopyNumberCount
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://w3id.org/ga4gh/schema/vrs/2.0.0-snapshot.2025-02.1/json/CopyNumberCount",
"$id": "https://w3id.org/ga4gh/schema/vrs/2.0.0-snapshot.2025-02.2/json/CopyNumberCount",
"title": "CopyNumberCount",
"type": "object",
"maturity": "trial use",
Expand Down Expand Up @@ -39,7 +39,7 @@
"type": "array",
"ordered": false,
"items": {
"$ref": "/ga4gh/schema/gks-core/1.0.0-snapshot.2025-02.1/json/Extension"
"$ref": "/ga4gh/schema/gks-core/1.0.0-snapshot.2025-02.2/json/Extension"
},
"description": "A list of extensions to the Entity, that allow for capture of information not directly supported by elements defined in the model.",
"$comment": "Extension objects have a key-value data structure that allows definition of custom fields in the data itself. Extensions are not expected to be natively understood, but may be used for pre-negotiated exchange of message attributes between systems."
Expand All @@ -53,7 +53,7 @@
"type": "array",
"ordered": false,
"items": {
"$ref": "/ga4gh/schema/vrs/2.0.0-snapshot.2025-02.1/json/Expression"
"$ref": "/ga4gh/schema/vrs/2.0.0-snapshot.2025-02.2/json/Expression"
}
},
"type": {
Expand All @@ -65,18 +65,18 @@
"location": {
"oneOf": [
{
"$ref": "/ga4gh/schema/vrs/2.0.0-snapshot.2025-02.1/json/SequenceLocation"
"$ref": "/ga4gh/schema/vrs/2.0.0-snapshot.2025-02.2/json/SequenceLocation"
},
{
"$ref": "/ga4gh/schema/gks-core/1.0.0-snapshot.2025-02.1/json/iriReference"
"$ref": "/ga4gh/schema/gks-core/1.0.0-snapshot.2025-02.2/json/iriReference"
}
],
"description": "The location of the subject of the copy count."
},
"copies": {
"oneOf": [
{
"$ref": "/ga4gh/schema/vrs/2.0.0-snapshot.2025-02.1/json/Range"
"$ref": "/ga4gh/schema/vrs/2.0.0-snapshot.2025-02.2/json/Range"
},
{
"type": "integer"
Expand Down
16 changes: 8 additions & 8 deletions schema/vrs/json/DerivativeMolecule
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://w3id.org/ga4gh/schema/vrs/2.0.0-snapshot.2025-02.1/json/DerivativeMolecule",
"$id": "https://w3id.org/ga4gh/schema/vrs/2.0.0-snapshot.2025-02.2/json/DerivativeMolecule",
"title": "DerivativeMolecule",
"type": "object",
"maturity": "draft",
Expand Down Expand Up @@ -38,7 +38,7 @@
"type": "array",
"ordered": false,
"items": {
"$ref": "/ga4gh/schema/gks-core/1.0.0-snapshot.2025-02.1/json/Extension"
"$ref": "/ga4gh/schema/gks-core/1.0.0-snapshot.2025-02.2/json/Extension"
},
"description": "A list of extensions to the Entity, that allow for capture of information not directly supported by elements defined in the model.",
"$comment": "Extension objects have a key-value data structure that allows definition of custom fields in the data itself. Extensions are not expected to be natively understood, but may be used for pre-negotiated exchange of message attributes between systems."
Expand All @@ -52,7 +52,7 @@
"type": "array",
"ordered": false,
"items": {
"$ref": "/ga4gh/schema/vrs/2.0.0-snapshot.2025-02.1/json/Expression"
"$ref": "/ga4gh/schema/vrs/2.0.0-snapshot.2025-02.2/json/Expression"
}
},
"type": {
Expand All @@ -68,19 +68,19 @@
"items": {
"oneOf": [
{
"$ref": "/ga4gh/schema/vrs/2.0.0-snapshot.2025-02.1/json/Allele"
"$ref": "/ga4gh/schema/vrs/2.0.0-snapshot.2025-02.2/json/Allele"
},
{
"$ref": "/ga4gh/schema/vrs/2.0.0-snapshot.2025-02.1/json/CisPhasedBlock"
"$ref": "/ga4gh/schema/vrs/2.0.0-snapshot.2025-02.2/json/CisPhasedBlock"
},
{
"$ref": "/ga4gh/schema/vrs/2.0.0-snapshot.2025-02.1/json/Terminus"
"$ref": "/ga4gh/schema/vrs/2.0.0-snapshot.2025-02.2/json/Terminus"
},
{
"$ref": "/ga4gh/schema/vrs/2.0.0-snapshot.2025-02.1/json/TraversalBlock"
"$ref": "/ga4gh/schema/vrs/2.0.0-snapshot.2025-02.2/json/TraversalBlock"
},
{
"$ref": "/ga4gh/schema/gks-core/1.0.0-snapshot.2025-02.1/json/iriReference"
"$ref": "/ga4gh/schema/gks-core/1.0.0-snapshot.2025-02.2/json/iriReference"
}
]
},
Expand Down
4 changes: 2 additions & 2 deletions schema/vrs/json/Expression
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://w3id.org/ga4gh/schema/vrs/2.0.0-snapshot.2025-02.1/json/Expression",
"$id": "https://w3id.org/ga4gh/schema/vrs/2.0.0-snapshot.2025-02.2/json/Expression",
"title": "Expression",
"type": "object",
"maturity": "trial use",
Expand All @@ -14,7 +14,7 @@
"type": "array",
"ordered": false,
"items": {
"$ref": "/ga4gh/schema/gks-core/1.0.0-snapshot.2025-02.1/json/Extension"
"$ref": "/ga4gh/schema/gks-core/1.0.0-snapshot.2025-02.2/json/Extension"
},
"description": "A list of extensions to the Entity, that allow for capture of information not directly supported by elements defined in the model.",
"$comment": "Extension objects have a key-value data structure that allows definition of custom fields in the data itself. Extensions are not expected to be natively understood, but may be used for pre-negotiated exchange of message attributes between systems."
Expand Down
6 changes: 3 additions & 3 deletions schema/vrs/json/LengthExpression
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://w3id.org/ga4gh/schema/vrs/2.0.0-snapshot.2025-02.1/json/LengthExpression",
"$id": "https://w3id.org/ga4gh/schema/vrs/2.0.0-snapshot.2025-02.2/json/LengthExpression",
"title": "LengthExpression",
"type": "object",
"maturity": "draft",
Expand Down Expand Up @@ -37,7 +37,7 @@
"type": "array",
"ordered": false,
"items": {
"$ref": "/ga4gh/schema/gks-core/1.0.0-snapshot.2025-02.1/json/Extension"
"$ref": "/ga4gh/schema/gks-core/1.0.0-snapshot.2025-02.2/json/Extension"
},
"description": "A list of extensions to the Entity, that allow for capture of information not directly supported by elements defined in the model.",
"$comment": "Extension objects have a key-value data structure that allows definition of custom fields in the data itself. Extensions are not expected to be natively understood, but may be used for pre-negotiated exchange of message attributes between systems."
Expand All @@ -53,7 +53,7 @@
"description": "The length of the sequence.",
"oneOf": [
{
"$ref": "/ga4gh/schema/vrs/2.0.0-snapshot.2025-02.1/json/Range"
"$ref": "/ga4gh/schema/vrs/2.0.0-snapshot.2025-02.2/json/Range"
},
{
"type": "integer"
Expand Down
6 changes: 3 additions & 3 deletions schema/vrs/json/LiteralSequenceExpression
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://w3id.org/ga4gh/schema/vrs/2.0.0-snapshot.2025-02.1/json/LiteralSequenceExpression",
"$id": "https://w3id.org/ga4gh/schema/vrs/2.0.0-snapshot.2025-02.2/json/LiteralSequenceExpression",
"title": "LiteralSequenceExpression",
"type": "object",
"maturity": "trial use",
Expand Down Expand Up @@ -37,7 +37,7 @@
"type": "array",
"ordered": false,
"items": {
"$ref": "/ga4gh/schema/gks-core/1.0.0-snapshot.2025-02.1/json/Extension"
"$ref": "/ga4gh/schema/gks-core/1.0.0-snapshot.2025-02.2/json/Extension"
},
"description": "A list of extensions to the Entity, that allow for capture of information not directly supported by elements defined in the model.",
"$comment": "Extension objects have a key-value data structure that allows definition of custom fields in the data itself. Extensions are not expected to be natively understood, but may be used for pre-negotiated exchange of message attributes between systems."
Expand All @@ -50,7 +50,7 @@
"default": "LiteralSequenceExpression"
},
"sequence": {
"$ref": "/ga4gh/schema/vrs/2.0.0-snapshot.2025-02.1/json/sequenceString",
"$ref": "/ga4gh/schema/vrs/2.0.0-snapshot.2025-02.2/json/sequenceString",
"description": "the literal sequence"
}
},
Expand Down
4 changes: 2 additions & 2 deletions schema/vrs/json/Location
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://w3id.org/ga4gh/schema/vrs/2.0.0-snapshot.2025-02.1/json/Location",
"$id": "https://w3id.org/ga4gh/schema/vrs/2.0.0-snapshot.2025-02.2/json/Location",
"title": "Location",
"type": "object",
"maturity": "trial use",
"description": "A contiguous segment of a biological sequence.",
"oneOf": [
{
"$ref": "/ga4gh/schema/vrs/2.0.0-snapshot.2025-02.1/json/SequenceLocation"
"$ref": "/ga4gh/schema/vrs/2.0.0-snapshot.2025-02.2/json/SequenceLocation"
}
],
"discriminator": {
Expand Down
Loading

0 comments on commit 15989fe

Please sign in to comment.