Skip to content

Commit

Permalink
* primitive styling change
Browse files Browse the repository at this point in the history
* update gks-core sm
  • Loading branch information
larrybabb committed Nov 7, 2024
1 parent 24c6405 commit 71334ae
Show file tree
Hide file tree
Showing 30 changed files with 60 additions and 60 deletions.
6 changes: 3 additions & 3 deletions docs/source/concepts/AdditionalDataTypes/Code.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.. _Code:
.. _code:

Code
code
!!!!

.. include:: ../../def/gks-core/Code.rst
.. include:: ../../def/gks-core/code.rst
6 changes: 0 additions & 6 deletions docs/source/concepts/AdditionalDataTypes/IRI.rst

This file was deleted.

16 changes: 8 additions & 8 deletions docs/source/concepts/AdditionalDataTypes/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,19 +69,19 @@ Range

.. include:: ../../def/vrs/Range.rst

.. _Residue:
.. _residue:

Residue
residue
#######

.. include:: ../../def/vrs/Residue.rst
.. include:: ../../def/vrs/residue.rst

.. _SequenceString:
.. _sequenceString:

SequenceString
sequenceString
##############

.. include:: ../../def/vrs/SequenceString.rst
.. include:: ../../def/vrs/sequenceString.rst

Imported Classes
@@@@@@@@@@@@@@@@
Expand All @@ -96,5 +96,5 @@ Work Stream as common data classes.
Element
Extension
Coding
Code
IRI
code
iriReference
6 changes: 6 additions & 0 deletions docs/source/concepts/AdditionalDataTypes/iriReference.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
.. _iriReference:

iriReference
!!!!!!!!!!!!

.. include:: ../../def/gks-core/iriReference.rst
2 changes: 1 addition & 1 deletion schema/vrs/def/Adjacency.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Some Adjacency attributes are inherited from :ref:`Variation`.
- 1..1
- MUST be "Adjacency".
* - adjoinedSequences
- :ref:`IRI` | :ref:`Location`
- :ref:`iriReference` | :ref:`Location`
- 2..2
- The terminal sequence or pair of adjoined sequences that defines in the adjacency.
* - linker
Expand Down
2 changes: 1 addition & 1 deletion schema/vrs/def/Allele.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Some Allele attributes are inherited from :ref:`Variation`.
- 1..1
- MUST be "Allele"
* - location
- :ref:`IRI` | :ref:`Location`
- :ref:`iriReference` | :ref:`Location`
- 1..1
- The location of the Allele
* - state
Expand Down
2 changes: 1 addition & 1 deletion schema/vrs/def/CisPhasedBlock.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Some CisPhasedBlock attributes are inherited from :ref:`Variation`.
- 1..1
- MUST be "CisPhasedBlock"
* - members
- :ref:`Allele` | :ref:`IRI`
- :ref:`Allele` | :ref:`iriReference`
- 2..m
- A list of :ref:`Alleles <Allele>` that are found in-cis on a shared molecule.
* - sequenceReference
Expand Down
2 changes: 1 addition & 1 deletion schema/vrs/def/CopyNumber.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ Some CopyNumber attributes are inherited from :ref:`Variation`.
- 0..m
-
* - location
- :ref:`IRI` | :ref:`Location`
- :ref:`iriReference` | :ref:`Location`
- 1..1
- A location for which the number of systemic copies is described.
2 changes: 1 addition & 1 deletion schema/vrs/def/CopyNumberChange.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Some CopyNumberChange attributes are inherited from :ref:`CopyNumber`.
- 0..m
-
* - location
- :ref:`IRI` | :ref:`Location`
- :ref:`iriReference` | :ref:`Location`
- 1..1
- A location for which the number of systemic copies is described.
* - type
Expand Down
2 changes: 1 addition & 1 deletion schema/vrs/def/CopyNumberCount.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Some CopyNumberCount attributes are inherited from :ref:`CopyNumber`.
- 0..m
-
* - location
- :ref:`IRI` | :ref:`Location`
- :ref:`iriReference` | :ref:`Location`
- 1..1
- A location for which the number of systemic copies is described.
* - type
Expand Down
2 changes: 1 addition & 1 deletion schema/vrs/def/DerivativeMolecule.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Some DerivativeMolecule attributes are inherited from :ref:`Variation`.
- 1..1
- MUST be "DerivativeMolecule".
* - components
- :ref:`IRI` | :ref:`Allele` | :ref:`CisPhasedBlock` | :ref:`Terminus` | :ref:`TraversalBlock`
- :ref:`iriReference` | :ref:`Allele` | :ref:`CisPhasedBlock` | :ref:`Terminus` | :ref:`TraversalBlock`
- 2..m
- The molecular components that constitute the derivative molecule.
* - circular
Expand Down
2 changes: 1 addition & 1 deletion schema/vrs/def/LiteralSequenceExpression.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ Some LiteralSequenceExpression attributes are inherited from :ref:`SequenceExpre
- 1..1
- MUST be "LiteralSequenceExpression"
* - sequence
- :ref:`SequenceString`
- :ref:`sequenceString`
- 1..1
- the literal sequence
2 changes: 1 addition & 1 deletion schema/vrs/def/ReferenceLengthExpression.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Some ReferenceLengthExpression attributes are inherited from :ref:`SequenceExpre
- 1..1
- The number of residues in the expressed sequence.
* - sequence
- :ref:`SequenceString`
- :ref:`sequenceString`
- 0..1
- the literal :ref:`Sequence` encoded by the Reference Length Expression.
* - repeatSubunitLength
Expand Down
4 changes: 2 additions & 2 deletions schema/vrs/def/SequenceLocation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Some SequenceLocation attributes are inherited from :ref:`Ga4ghIdentifiableObjec
- 1..1
- MUST be "SequenceLocation"
* - sequenceReference
- :ref:`IRI` | :ref:`SequenceReference`
- :ref:`iriReference` | :ref:`SequenceReference`
- 0..1
- A reference to a :ref:`Sequence` on which the location is defined.
* - start
Expand All @@ -62,6 +62,6 @@ Some SequenceLocation attributes are inherited from :ref:`Ga4ghIdentifiableObjec
- 0..1
- The end coordinate or range of the SequenceLocation. The minimum value of this coordinate or range is 0. MUST represent a coordinate or range greater than or equal to the value of `start`.
* - sequence
- :ref:`SequenceString`
- :ref:`sequenceString`
- 0..1
- The literal sequence encoded by the `sequenceReference` at these coordinates.
2 changes: 1 addition & 1 deletion schema/vrs/def/SequenceString.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@

**Computational Definition**

A character string of :ref:`Residues <Residue>` that represents a biological sequence using the conventional sequence order (5’-to-3’ for nucleic acid sequences, and amino-to-carboxyl for amino acid sequences). IUPAC ambiguity codes are permitted in Sequence Strings.
A character string of :ref:`residues <residue>` that represents a biological sequence using the conventional sequence order (5’-to-3’ for nucleic acid sequences, and amino-to-carboxyl for amino acid sequences). IUPAC ambiguity codes are permitted in Sequence Strings.
2 changes: 1 addition & 1 deletion schema/vrs/def/Terminus.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ Some Terminus attributes are inherited from :ref:`Variation`.
- 1..1
- MUST be "Terminus".
* - location
- :ref:`IRI` | :ref:`Location`
- :ref:`iriReference` | :ref:`Location`
- 1..1
- The location of the terminus.
2 changes: 1 addition & 1 deletion schema/vrs/json/Adjacency
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"$ref": "/ga4gh/schema/vrs/2.x/json/SequenceLocation"
},
{
"$ref": "/ga4gh/schema/gks-core/1.x/json/IRI"
"$ref": "/ga4gh/schema/gks-core/1.x/json/iriReference"
}
],
"not": {
Expand Down
2 changes: 1 addition & 1 deletion schema/vrs/json/Allele
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"$ref": "/ga4gh/schema/vrs/2.x/json/SequenceLocation"
},
{
"$ref": "/ga4gh/schema/gks-core/1.x/json/IRI"
"$ref": "/ga4gh/schema/gks-core/1.x/json/iriReference"
}
],
"description": "The location of the Allele"
Expand Down
2 changes: 1 addition & 1 deletion schema/vrs/json/CisPhasedBlock
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"$ref": "/ga4gh/schema/vrs/2.x/json/Allele"
},
{
"$ref": "/ga4gh/schema/gks-core/1.x/json/IRI"
"$ref": "/ga4gh/schema/gks-core/1.x/json/iriReference"
}
]
},
Expand Down
2 changes: 1 addition & 1 deletion schema/vrs/json/CopyNumberChange
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"$ref": "/ga4gh/schema/vrs/2.x/json/SequenceLocation"
},
{
"$ref": "/ga4gh/schema/gks-core/1.x/json/IRI"
"$ref": "/ga4gh/schema/gks-core/1.x/json/iriReference"
}
],
"description": "A location for which the number of systemic copies is described."
Expand Down
2 changes: 1 addition & 1 deletion schema/vrs/json/CopyNumberCount
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"$ref": "/ga4gh/schema/vrs/2.x/json/SequenceLocation"
},
{
"$ref": "/ga4gh/schema/gks-core/1.x/json/IRI"
"$ref": "/ga4gh/schema/gks-core/1.x/json/iriReference"
}
],
"description": "A location for which the number of systemic copies is described."
Expand Down
2 changes: 1 addition & 1 deletion schema/vrs/json/DerivativeMolecule
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"$ref": "/ga4gh/schema/vrs/2.x/json/TraversalBlock"
},
{
"$ref": "/ga4gh/schema/gks-core/1.x/json/IRI"
"$ref": "/ga4gh/schema/gks-core/1.x/json/iriReference"
}
]
},
Expand Down
2 changes: 1 addition & 1 deletion schema/vrs/json/LiteralSequenceExpression
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"default": "LiteralSequenceExpression"
},
"sequence": {
"$ref": "/ga4gh/schema/vrs/2.x/json/SequenceString",
"$ref": "/ga4gh/schema/vrs/2.x/json/sequenceString",
"description": "the literal sequence"
}
},
Expand Down
2 changes: 1 addition & 1 deletion schema/vrs/json/ReferenceLengthExpression
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"description": "The number of residues in the expressed sequence."
},
"sequence": {
"$ref": "/ga4gh/schema/vrs/2.x/json/SequenceString",
"$ref": "/ga4gh/schema/vrs/2.x/json/sequenceString",
"description": "the literal Sequence encoded by the Reference Length Expression."
},
"repeatSubunitLength": {
Expand Down
4 changes: 2 additions & 2 deletions schema/vrs/json/Residue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://w3id.org/ga4gh/schema/vrs/2.x/json/Residue",
"title": "Residue",
"$id": "https://w3id.org/ga4gh/schema/vrs/2.x/json/residue",
"title": "residue",
"type": "string",
"maturity": "trial use",
"description": "A character representing a specific residue (i.e., molecular species) or groupings of these (\"ambiguity codes\"), using [one-letter IUPAC abbreviations](https://en.wikipedia.org/wiki/International_Union_of_Pure_and_Applied_Chemistry#Amino_acid_and_nucleotide_base_codes) for nucleic acids and amino acids.",
Expand Down
4 changes: 2 additions & 2 deletions schema/vrs/json/SequenceLocation
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"$ref": "/ga4gh/schema/vrs/2.x/json/SequenceReference"
},
{
"$ref": "/ga4gh/schema/gks-core/1.x/json/IRI"
"$ref": "/ga4gh/schema/gks-core/1.x/json/iriReference"
}
],
"description": "A reference to a Sequence on which the location is defined."
Expand Down Expand Up @@ -91,7 +91,7 @@
},
"sequence": {
"description": "The literal sequence encoded by the `sequenceReference` at these coordinates.",
"$ref": "/ga4gh/schema/vrs/2.x/json/SequenceString"
"$ref": "/ga4gh/schema/vrs/2.x/json/sequenceString"
}
},
"required": [
Expand Down
6 changes: 3 additions & 3 deletions schema/vrs/json/SequenceString
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://w3id.org/ga4gh/schema/vrs/2.x/json/SequenceString",
"title": "SequenceString",
"$id": "https://w3id.org/ga4gh/schema/vrs/2.x/json/sequenceString",
"title": "sequenceString",
"type": "string",
"maturity": "trial use",
"description": "A character string of Residues that represents a biological sequence using the conventional sequence order (5\u2019-to-3\u2019 for nucleic acid sequences, and amino-to-carboxyl for amino acid sequences). IUPAC ambiguity codes are permitted in Sequence Strings.",
"description": "A character string of residues that represents a biological sequence using the conventional sequence order (5\u2019-to-3\u2019 for nucleic acid sequences, and amino-to-carboxyl for amino acid sequences). IUPAC ambiguity codes are permitted in Sequence Strings.",
"pattern": "^[A-Z*\\-]*$"
}
2 changes: 1 addition & 1 deletion schema/vrs/json/Terminus
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"$ref": "/ga4gh/schema/vrs/2.x/json/SequenceLocation"
},
{
"$ref": "/ga4gh/schema/gks-core/1.x/json/IRI"
"$ref": "/ga4gh/schema/gks-core/1.x/json/iriReference"
}
],
"description": "The location of the terminus."
Expand Down
Loading

0 comments on commit 71334ae

Please sign in to comment.