Skip to content

Commit

Permalink
update pre-release builds for VRS and cat-VRS
Browse files Browse the repository at this point in the history
  • Loading branch information
ahwagner committed Nov 27, 2024
1 parent cbded44 commit e9abeb1
Show file tree
Hide file tree
Showing 12 changed files with 20 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ imports:

namespaces:
gks.core: /ga4gh/schema/gks-core/1.0.0-snapshot.2024-11.2/json/
vrs: /ga4gh/schema/vrs/2.0.0-ballot.2024-11.1/json/
cat-vrs: /ga4gh/schema/cat-vrs/1.0.0-ballot.2024-11.1/json/
vrs: /ga4gh/schema/vrs/2.0.0-ballot.2024-11.2/json/
cat-vrs: /ga4gh/schema/cat-vrs/1.0.0-ballot.2024-11.2/json/

$defs:
CohortAlleleFrequencyStudyResult:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ imports:

namespaces:
gks.core: /ga4gh/schema/gks-core/1.0.0-snapshot.2024-11.2/json/
vrs: /ga4gh/schema/vrs/2.0.0-ballot.2024-11.1/json/
vrs: /ga4gh/schema/vrs/2.0.0-ballot.2024-11.2/json/

$defs:
ExperimentalVariantFunctionalImpactStudyResult:
Expand Down
2 changes: 1 addition & 1 deletion schema/va-spec/base/json/CohortAlleleFrequencyStudyResult
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"$ref": "/ga4gh/schema/gks-core/1.0.0-snapshot.2024-11.1/json/iriReference"
},
{
"$ref": "/ga4gh/schema/vrs/2.0.0-ballot.2024-11.1/json/Allele"
"$ref": "/ga4gh/schema/vrs/2.0.0-ballot.2024-11.2/json/Allele"
}
],
"description": "The Allele for which frequency results are reported.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@
"subjectVariant": {
"oneOf": [
{
"$ref": "/ga4gh/schema/cat-vrs/1.0.0-ballot.2024-11.1/json/CategoricalVariant"
"$ref": "/ga4gh/schema/cat-vrs/1.0.0-ballot.2024-11.2/json/CategoricalVariant"
},
{
"$ref": "/ga4gh/schema/gks-core/1.0.0-snapshot.2024-11.1/json/iriReference"
},
{
"$ref": "/ga4gh/schema/vrs/2.0.0-ballot.2024-11.1/json/MolecularVariation"
"$ref": "/ga4gh/schema/vrs/2.0.0-ballot.2024-11.2/json/MolecularVariation"
}
],
"description": "A variant that is the subject of the Proposition.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"$ref": "/ga4gh/schema/gks-core/1.0.0-snapshot.2024-11.1/json/iriReference"
},
{
"$ref": "/ga4gh/schema/vrs/2.0.0-ballot.2024-11.1/json/MolecularVariation"
"$ref": "/ga4gh/schema/vrs/2.0.0-ballot.2024-11.2/json/MolecularVariation"
}
],
"description": "The genetic variant for which a functional impact score is generated.",
Expand Down
4 changes: 2 additions & 2 deletions schema/va-spec/base/json/VariantDiagnosticProposition
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@
"subjectVariant": {
"oneOf": [
{
"$ref": "/ga4gh/schema/cat-vrs/1.0.0-ballot.2024-11.1/json/CategoricalVariant"
"$ref": "/ga4gh/schema/cat-vrs/1.0.0-ballot.2024-11.2/json/CategoricalVariant"
},
{
"$ref": "/ga4gh/schema/gks-core/1.0.0-snapshot.2024-11.1/json/iriReference"
},
{
"$ref": "/ga4gh/schema/vrs/2.0.0-ballot.2024-11.1/json/MolecularVariation"
"$ref": "/ga4gh/schema/vrs/2.0.0-ballot.2024-11.2/json/MolecularVariation"
}
],
"description": "A variant that is the subject of the Proposition.",
Expand Down
4 changes: 2 additions & 2 deletions schema/va-spec/base/json/VariantOncogenicityProposition
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@
"subjectVariant": {
"oneOf": [
{
"$ref": "/ga4gh/schema/cat-vrs/1.0.0-ballot.2024-11.1/json/CategoricalVariant"
"$ref": "/ga4gh/schema/cat-vrs/1.0.0-ballot.2024-11.2/json/CategoricalVariant"
},
{
"$ref": "/ga4gh/schema/gks-core/1.0.0-snapshot.2024-11.1/json/iriReference"
},
{
"$ref": "/ga4gh/schema/vrs/2.0.0-ballot.2024-11.1/json/MolecularVariation"
"$ref": "/ga4gh/schema/vrs/2.0.0-ballot.2024-11.2/json/MolecularVariation"
}
],
"description": "A variant that is the subject of the Proposition.",
Expand Down
4 changes: 2 additions & 2 deletions schema/va-spec/base/json/VariantPathogenicityProposition
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@
"subjectVariant": {
"oneOf": [
{
"$ref": "/ga4gh/schema/cat-vrs/1.0.0-ballot.2024-11.1/json/CategoricalVariant"
"$ref": "/ga4gh/schema/cat-vrs/1.0.0-ballot.2024-11.2/json/CategoricalVariant"
},
{
"$ref": "/ga4gh/schema/gks-core/1.0.0-snapshot.2024-11.1/json/iriReference"
},
{
"$ref": "/ga4gh/schema/vrs/2.0.0-ballot.2024-11.1/json/MolecularVariation"
"$ref": "/ga4gh/schema/vrs/2.0.0-ballot.2024-11.2/json/MolecularVariation"
}
],
"description": "A variant that is the subject of the Proposition.",
Expand Down
4 changes: 2 additions & 2 deletions schema/va-spec/base/json/VariantPrognosticProposition
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@
"subjectVariant": {
"oneOf": [
{
"$ref": "/ga4gh/schema/cat-vrs/1.0.0-ballot.2024-11.1/json/CategoricalVariant"
"$ref": "/ga4gh/schema/cat-vrs/1.0.0-ballot.2024-11.2/json/CategoricalVariant"
},
{
"$ref": "/ga4gh/schema/gks-core/1.0.0-snapshot.2024-11.1/json/iriReference"
},
{
"$ref": "/ga4gh/schema/vrs/2.0.0-ballot.2024-11.1/json/MolecularVariation"
"$ref": "/ga4gh/schema/vrs/2.0.0-ballot.2024-11.2/json/MolecularVariation"
}
],
"description": "A variant that is the subject of the Proposition.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@
"subjectVariant": {
"oneOf": [
{
"$ref": "/ga4gh/schema/cat-vrs/1.0.0-ballot.2024-11.1/json/CategoricalVariant"
"$ref": "/ga4gh/schema/cat-vrs/1.0.0-ballot.2024-11.2/json/CategoricalVariant"
},
{
"$ref": "/ga4gh/schema/gks-core/1.0.0-snapshot.2024-11.1/json/iriReference"
},
{
"$ref": "/ga4gh/schema/vrs/2.0.0-ballot.2024-11.1/json/MolecularVariation"
"$ref": "/ga4gh/schema/vrs/2.0.0-ballot.2024-11.2/json/MolecularVariation"
}
],
"description": "A variant that is the subject of the Proposition.",
Expand Down
4 changes: 2 additions & 2 deletions schema/va-spec/base/va-core-source.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ imports:

namespaces:
gks.core: /ga4gh/schema/gks-core/1.0.0-snapshot.2024-11.2/json/
vrs: /ga4gh/schema/vrs/2.0.0-ballot.2024-11.1/json/
cat-vrs: /ga4gh/schema/cat-vrs/1.0.0-ballot.2024-11.1/json/
vrs: /ga4gh/schema/vrs/2.0.0-ballot.2024-11.2/json/
cat-vrs: /ga4gh/schema/cat-vrs/1.0.0-ballot.2024-11.2/json/

$defs:
# abstract core classes section -- InformationEntity, Activity, StudyResult, Proposition
Expand Down

0 comments on commit e9abeb1

Please sign in to comment.