File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
concepts/SystemicVariation Expand file tree Collapse file tree 2 files changed +4
-1
lines changed 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