Skip to content

Commit

Permalink
Merge pull request #439 from ga4gh/issue-432
Browse files Browse the repository at this point in the history
  • Loading branch information
ahwagner authored Aug 22, 2023
2 parents 61dc2c0 + b8b6877 commit a445074
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions schema/vrs-source.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ $defs:
maturity: Alpha
ga4ghDigest:
keys:
- copy_change
- copyChange
prefix: CX
inherits: CopyNumber
type: object
Expand All @@ -286,14 +286,14 @@ $defs:
default: "CopyNumberChange"
description: >-
MUST be "CopyNumberChange"
copy_change:
copyChange:
type: string
enum: [ "efo:0030069", "efo:0020073", "efo:0030068", "efo:0030067", "efo:0030064", "efo:0030070", "efo:0030071", "efo:0030072" ]
description: >-
MUST be one of "efo:0030069" (complete genomic loss), "efo:0020073" (high-level loss),
"efo:0030068" (low-level loss), "efo:0030067" (loss), "efo:0030064" (regional base ploidy),
"efo:0030070" (gain), "efo:0030071" (low-level gain), "efo:0030072" (high-level gain).
required: [ "copy_change" ]
required: [ "copyChange" ]

Genotype:
maturity: Alpha
Expand Down

0 comments on commit a445074

Please sign in to comment.