Skip to content

Commit

Permalink
SMU, datatype merge, doc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
larrybabb committed Oct 10, 2024
1 parent 1458c87 commit 4d1e6df
Show file tree
Hide file tree
Showing 11 changed files with 19 additions and 28 deletions.
1 change: 0 additions & 1 deletion docs/source/def

This file was deleted.

1 change: 1 addition & 0 deletions docs/source/def-core
1 change: 1 addition & 0 deletions docs/source/def-profiles
23 changes: 8 additions & 15 deletions docs/source/schema.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ JSON files for each class in the schema (|vrs_json|).
Contributions to the schema MUST be written in the YAML document.


.. _CategoricalVariationSchemata:
.. _CategoricalVariation:
.. _CategoricalVariantSchemata:
.. _CategoricalVariant:

Categorical Variation Schemata
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Categorical Variant Schemata
@@@@@@@@@@@@@@@@@@@@@@@@@@@@

THIS SECTION WILL GET UPDATEED WHEN I HAVE SCHEMATA READY
PLEASE CHECK BACK IN THE FUTURE!
Expand All @@ -33,32 +33,25 @@ PLEASE CHECK BACK IN THE FUTURE!
:alt: An irresistably cute kittynaut beckoning you to enter the Cat-VRS.
:align: center

.. include:: def/CategoricalVariation.rst
.. include:: def-core/CategoricalVariant.rst

.. _CanonicalAllele:

Canonical Allele
################

.. include:: def/CanonicalAllele.rst

.. _DescribedVariation:

Described Variation
###################

.. include:: def/DescribedVariation.rst
.. include:: def-profiles/CanonicalAllele.rst

.. _CategoricalCnv:

Categorical Copy Number
#######################

.. include:: def/CategoricalCnv.rst
.. include:: def-profiles/CategoricalCnv.rst

.. _ProteinSequenceConsequence:

Protein Sequence Consequence
############################

.. include:: def/ProteinSequenceConsequence.rst
.. include:: def-profiles/ProteinSequenceConsequence.rst
7 changes: 3 additions & 4 deletions schema/cat-vrs/core/cat-vrs-core-source.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ strict: true

imports:
gks.core-im: ../../core-im/core-im-source.yaml
gks.data-types: ../../data-types/data-types-source.yaml
vrs: ../../vrs/vrs-source.yaml

$defs:
Expand Down Expand Up @@ -37,7 +36,7 @@ $defs:
items:
oneOf:
- $ref: /ga4gh/schema/vrs/2.x/json/Variation
- $ref: /ga4gh/schema/gks-common/1.x/data-types/json/IRI
- $ref: /ga4gh/schema/gks-common/1.x/core-im/json/IRI
constraints:
type: array
ordered: false
Expand Down Expand Up @@ -79,7 +78,7 @@ $defs:
oneOf:
- $ref: /ga4gh/schema/vrs/2.x/json/Variation
- $ref: /ga4gh/schema/vrs/2.x/json/Location
- $ref: /ga4gh/schema/gks-common/1.x/data-types/json/IRI
- $ref: /ga4gh/schema/gks-common/1.x/core-im/json/IRI
relations:
type: array
ordered: false
Expand Down Expand Up @@ -129,7 +128,7 @@ $defs:
default: CopyChangeConstraint
description: 'MUST be "CopyChangeConstraint"'
copyChange:
$ref: /ga4gh/schema/gks-common/1.x/data-types/json/Coding
$ref: /ga4gh/schema/gks-common/1.x/core-im/json/Coding
items:
properties:
code:
Expand Down
6 changes: 3 additions & 3 deletions schema/cat-vrs/core/json/CategoricalVariant
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"type": "array",
"ordered": false,
"items": {
"$ref": "/ga4gh/schema/gks-common/1.x/data-types/json/Extension"
"$ref": "/ga4gh/schema/gks-common/1.x/core-im/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 @@ -40,7 +40,7 @@
"type": "array",
"ordered": false,
"items": {
"$ref": "/ga4gh/schema/gks-common/1.x/data-types/json/ConceptMapping"
"$ref": "/ga4gh/schema/gks-common/1.x/core-im/json/ConceptMapping"
},
"description": "A list of mappings to concepts in terminologies or code systems. Each mapping should include a coding and a relation."
},
Expand All @@ -58,7 +58,7 @@
"items": {
"oneOf": [
{
"$ref": "/ga4gh/schema/gks-common/1.x/data-types/json/IRI"
"$ref": "/ga4gh/schema/gks-common/1.x/core-im/json/IRI"
},
{
"$ref": "/ga4gh/schema/vrs/2.x/json/Variation"
Expand Down
2 changes: 1 addition & 1 deletion schema/cat-vrs/core/json/CopyChangeConstraint
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"description": "MUST be \"CopyChangeConstraint\""
},
"copyChange": {
"$ref": "/ga4gh/schema/gks-common/1.x/data-types/json/Coding",
"$ref": "/ga4gh/schema/gks-common/1.x/core-im/json/Coding",
"items": {
"properties": {
"code": {
Expand Down
2 changes: 1 addition & 1 deletion schema/cat-vrs/core/json/DefiningContextConstraint
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"definingContext": {
"oneOf": [
{
"$ref": "/ga4gh/schema/gks-common/1.x/data-types/json/IRI"
"$ref": "/ga4gh/schema/gks-common/1.x/core-im/json/IRI"
},
{
"$ref": "/ga4gh/schema/vrs/2.x/json/Location"
Expand Down
1 change: 0 additions & 1 deletion schema/cat-vrs/profiles/cat-vrs-profiles-source.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ type: object

imports:
gks.core-im: ../../core-im/core-im-source.yaml
gks.data-types: ../../data-types/data-types-source.yaml
vrs: ../../vrs/vrs-source.yaml
cat.core: ../core/cat-vrs-core-source.yaml

Expand Down
1 change: 0 additions & 1 deletion schema/data-types

This file was deleted.

0 comments on commit 4d1e6df

Please sign in to comment.