Skip to content

Commit

Permalink
tweaks to the submodule sym links (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
larrybabb authored Oct 11, 2024
1 parent e387354 commit b527d09
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/source/appendices/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Appendices
!!!!!!!!!!


.. TODO:: Either add general landing page material for all appendices here or include the content of the different subsections directly.
.. todo:: Either add general landing page material for all appendices here or include the content of the different subsections directly.


.. toctree::
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def _get_git_tag():
return tag

def _parse_release_as_version(rls):
m = re.match("^(\d+\.\d+)", rls)
m = re.match(r"^(\d+\.\d+)", rls)
if m:
return m.group(1)
return rls
Expand Down
1 change: 1 addition & 0 deletions schema/cat-vrs/core/cat-vrs-core-source.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ $defs:
type: array
ordered: false
items:
type: string
enum:
- sequence_liftover
- transcript_projection
Expand Down
2 changes: 1 addition & 1 deletion schema/cat-vrs/core/def/DefiningContextConstraint.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ Some DefiningContextConstraint attributes are inherited from :ref:`Constraint`.
- 1..1
-
* - relations
- _Not Specified_
- string
- 0..m
- Defined relationships between members of the categorical variant and the defining context. ``sequence_liftover`` refers to variants or locations that represent a congruent concept on a differing assembly of a human genome (e.g. "GRCh37" and "GRCh38") or gene (e.g. Locus Reference Genomic) sequence. ``transcript_projection`` refers to variants or locations that occur on transcripts projected from the defined genomic concept. ``codon_translation`` refers to variants or locations that translate from the codon(s) represented by the defined concept.
1 change: 1 addition & 0 deletions schema/cat-vrs/core/json/DefiningContextConstraint
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"type": "array",
"ordered": false,
"items": {
"type": "string",
"enum": [
"sequence_liftover",
"transcript_projection",
Expand Down
2 changes: 1 addition & 1 deletion schema/core-im
2 changes: 1 addition & 1 deletion schema/domain-entities

0 comments on commit b527d09

Please sign in to comment.