Skip to content

Commit

Permalink
Merge branch 'issue-565' into 2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
ahwagner committed Oct 28, 2024
2 parents af21953 + 7430307 commit 9bae4ce
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 15 deletions.
32 changes: 18 additions & 14 deletions schema/vrs/vrs-source.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ $defs:
# =============================================================================

Ga4ghIdentifiableObject:
maturity: trial use
inherits: gks.core-im:Entity
description: >-
An object for which a GA4GH computed identifier can be created.
Expand All @@ -42,6 +43,7 @@ $defs:
pattern: '^[0-9A-Za-z_\-]{32}$'

Variation:
maturity: trial use
inherits: Ga4ghIdentifiableObject
description: >-
A representation of the state of one or more biomolecules.
Expand All @@ -59,7 +61,7 @@ $defs:

Expression:
type: object
maturity: draft
maturity: trial use
# protectedClassOf: Variation
description: >-
Representation of a variation by a specified nomenclature or syntax for a Variation object.
Expand Down Expand Up @@ -119,7 +121,7 @@ $defs:
# Molecular Variation

Allele:
maturity: draft
maturity: trial use
ga4ghDigest:
prefix: VA
keys:
Expand Down Expand Up @@ -149,7 +151,7 @@ $defs:
required: [ "location", "state" ]

CisPhasedBlock:
maturity: draft
maturity: trial use
ga4ghDigest:
prefix: CPB
keys:
Expand Down Expand Up @@ -189,6 +191,7 @@ $defs:
# SystemicVariation

CopyNumber:
maturity: draft
ga4ghDigest:
keys:
- location
Expand Down Expand Up @@ -268,7 +271,7 @@ $defs:
propertyName: type

SequenceLocation:
maturity: draft
maturity: trial use
ga4ghDigest:
keys:
- start
Expand Down Expand Up @@ -312,7 +315,7 @@ $defs:
$ref: "#/$defs/SequenceString"

SequenceReference:
maturity: draft
maturity: trial use
inherits: gks.core-im:Entity
ga4ghDigest:
keys:
Expand Down Expand Up @@ -355,6 +358,7 @@ $defs:
# SequenceExpression

SequenceExpression:
maturity: trial use
inherits: gks.core-im:Entity
ga4ghDigest:
keys:
Expand All @@ -376,7 +380,7 @@ $defs:
- type

ReferenceLengthExpression:
maturity: draft
maturity: trial use
inherits: SequenceExpression
ga4ghDigest:
keys:
Expand Down Expand Up @@ -428,7 +432,7 @@ $defs:
- type: integer

LiteralSequenceExpression:
maturity: draft
maturity: trial use
inherits: SequenceExpression
ga4ghDigest:
keys:
Expand All @@ -451,7 +455,7 @@ $defs:
# Numerics, Comparators, and Ranges

Range:
maturity: draft
maturity: trial use
description: An inclusive range of values bounded by one or more integers.
type: array
ordered: true
Expand All @@ -463,7 +467,7 @@ $defs:
minItems: 2

Residue:
maturity: draft
maturity: trial use
description: >-
A character representing a specific residue (i.e., molecular species)
or groupings of these ("ambiguity codes"), using `one-letter IUPAC
Expand All @@ -473,7 +477,7 @@ $defs:
pattern: '[A-Z*\-]'

SequenceString:
maturity: draft
maturity: trial use
description: >-
A character string of :ref:`Residues <Residue>` that represents a biological
sequence using the conventional sequence order (5’-to-3’ for
Expand All @@ -490,17 +494,17 @@ $defs:
# =============================================================================

Adjacency:
maturity: draft
maturity: trial use
ga4ghDigest:
prefix: AJ
keys:
- adjoinedSequences
- linker
inherits: MolecularVariation
description: >-
The `Adjacency` class can represent either the termination of a sequence
or the adjoining of the end of a sequence with the beginning of an
adjacent sequence, potentially with an intervening linker sequence.
The `Adjacency` class represents the adjoining of the end of a sequence with
the beginning of an adjacent sequence, potentially with an intervening linker
sequence.
type: object
properties:
type:
Expand Down
2 changes: 1 addition & 1 deletion submodules/gks-common

0 comments on commit 9bae4ce

Please sign in to comment.