File tree 3 files changed +10
-6
lines changed
concepts/SystemicVariation
3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -57,12 +57,13 @@ proposal was presented for instance and class GKS identifiers.
57
57
As an example, the Github JSON Schema URL ($id) for the VRS 2.0.0 Allele is:
58
58
59
59
.. code-block :: json
60
+ :force:
60
61
61
- {
62
- "$schema" : " https://json-schema.org/draft/2020-12/schema" ,
63
- "$id" : " https://w3id.org/ga4gh/schema/vrs/2.0.0/json/Allele" ,
64
- ...
65
- }
62
+ {
63
+ "$schema" : " https://json-schema.org/draft/2020-12/schema" ,
64
+ "$id" : " https://w3id.org/ga4gh/schema/vrs/2.0.0/json/Allele" ,
65
+ ...
66
+ }
66
67
67
68
During the **release and versioning ** discussion at the GA4GH Connect April 2023 meeting the proposal
68
69
delved into the idea of including the major version number in the VRS identifier itself. Proponents of
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ The `CopyChange` attribute uses a valueset derived from the
18
18
19
19
* **gain ** (`EFO:0030070 <http://www.ebi.ac.uk/efo/EFO_0030070 >`_ - *copy number gain *):
20
20
Assessment of genomic copy number gain.
21
+
21
22
* **high-level gain ** (`EFO:0030072 <http://www.ebi.ac.uk/efo/EFO_0030072 >`_ - *high-level copy number gain *):
22
23
Assessment of high-level genomic copy number gain.
23
24
* **low-level gain ** (`EFO:0030071 <http://www.ebi.ac.uk/efo/EFO_0030071 >`_ - *low-level copy number gain *):
@@ -26,10 +27,12 @@ The `CopyChange` attribute uses a valueset derived from the
26
27
Copy number assessment of regional base ploidy.
27
28
* **loss ** (`EFO:0030067 <http://www.ebi.ac.uk/efo/EFO_0030067 >`_ - *copy number loss *):
28
29
Assessment of genomic copy number loss.
30
+
29
31
* **low-level loss ** (`EFO:0030068 <http://www.ebi.ac.uk/efo/EFO_0030068 >`_ -
30
32
*low-level copy number loss *): Assessment of low-level genomic copy number loss.
31
33
* **high-level loss ** (`EFO:0020073 <http://www.ebi.ac.uk/efo/EFO_0020073 >`_ -
32
34
*high-level copy number loss *): Assessment of high-level genomic copy number loss.
35
+
33
36
* **complete genomic loss ** (`EFO:0030069 <http://www.ebi.ac.uk/efo/EFO_0030069 >`_ -
34
37
*complete genomic deletion *: Assessment of complete genomic deletion.
35
38
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ def _parse_release_as_version(rls):
64
64
# List of patterns, relative to source directory, that match files and
65
65
# directories to ignore when looking for source files.
66
66
# This pattern also affects html_static_path and html_extra_path.
67
- exclude_patterns = []
67
+ exclude_patterns = ["def" ]
68
68
69
69
# TODO directive output
70
70
todo_include_todos = True
You can’t perform that action at this time.
0 commit comments