Commit a7af795
File tree
5 files changed
+12
-11
lines changed- src/ga4gh/cat_vrs
- submodules
- tests/validation
5 files changed
+12
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
17 | | - | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
30 | | - | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| |||
42 | 43 | | |
43 | 44 | | |
44 | 45 | | |
45 | | - | |
| 46 | + | |
46 | 47 | | |
47 | 48 | | |
48 | 49 | | |
| |||
61 | 62 | | |
62 | 63 | | |
63 | 64 | | |
64 | | - | |
| 65 | + | |
65 | 66 | | |
66 | 67 | | |
67 | 68 | | |
| |||
75 | 76 | | |
76 | 77 | | |
77 | 78 | | |
78 | | - | |
| 79 | + | |
79 | 80 | | |
80 | 81 | | |
81 | 82 | | |
| |||
114 | 115 | | |
115 | 116 | | |
116 | 117 | | |
117 | | - | |
| 118 | + | |
118 | 119 | | |
119 | 120 | | |
120 | 121 | | |
| |||
- .github/workflows/cqa.yaml+24
- .github/workflows/stale.yml+24
- .gitignore+1-1
- .gitmodules+1-1
- .pre-commit-config.yaml+17
- .readthedocs.yaml+1-1
- .requirements.txt+2-2
- CONTRIBUTING.md+10-10
- CONTRIBUTORS.md+1-1
- README.md+17-5
- docs/Makefile+1-1
- docs/source/_static/theme_overrides.css+2-2
- docs/source/appendices/design_decisions.rst+3-3
- docs/source/appendices/faq.rst+1-13
- docs/source/appendices/index.rst+1-1
- docs/source/concepts/catvrs_model.rst+3-3
- docs/source/concepts/imported/Allele.rst+1-1
- docs/source/concepts/imported/Coding.rst+1-1
- docs/source/concepts/imported/ConceptMapping.rst+1-1
- docs/source/concepts/imported/CopyNumberChange.rst+1-1
- docs/source/concepts/imported/CopyNumberCount.rst+1-1
- docs/source/concepts/imported/Element.rst+3-2
- docs/source/concepts/imported/Entity.rst+2-1
- docs/source/concepts/imported/Expression.rst+1-1
- docs/source/concepts/imported/Extension.rst+1-1
- docs/source/concepts/imported/Location.rst+1-1
- docs/source/concepts/imported/MappableConcept.rst+1-1
- docs/source/concepts/imported/Range.rst+1-1
- docs/source/concepts/imported/SequenceLocation.rst+1-1
- docs/source/concepts/imported/Variation.rst+1-1
- docs/source/concepts/imported/code.rst+1-1
- docs/source/concepts/imported/index.rst+2-2
- docs/source/concepts/imported/iriReference.rst+1-1
- docs/source/concepts/index.rst+1-1
- docs/source/concepts/recipes.rst+2-2
- docs/source/conf.py+1-1
- docs/source/getting_involved.rst+1-1
- docs/source/images/GA-logo.svg+35-35
- docs/source/impl-guide/index.rst-3
- docs/source/index.rst+1-5
- docs/source/introduction.rst+3-3
- docs/source/requirements.txt+2-2
- docs/source/rst_epilog+3-3
- docs/tobedeleted/information_model.rst+1-6
- docs/tobedeleted/style.rst+2-2
- examples/canonicalAllele-ex1.yaml+21-28
- examples/categoricalCnv-ex1.yaml+3-5
- examples/categoricalCnv-ex2.yaml+3-5
- examples/describedVariant-ex1.yaml+3-3
- examples/proteinSequenceConsequence-ex1.yaml+3-3
- pre-commit-hooks/update-json-def-files.sh+20
- schema/Makefile+1-1
- schema/cat-vrs/cat-vrs-source.yaml+5-5
- schema/cat-vrs/def/CanonicalAllele.rst+1-1
- schema/cat-vrs/def/CategoricalVariant.rst+13-13
- schema/cat-vrs/def/Constraint.rst+2-2
- schema/cat-vrs/def/CopyChangeConstraint.rst+2-2
- schema/cat-vrs/def/CopyCountConstraint.rst+2-2
- schema/cat-vrs/def/DefiningAlleleConstraint.rst+4-4
- schema/cat-vrs/def/DefiningLocationConstraint.rst+5-5
- schema/cat-vrs/def/ProteinSequenceConsequence.rst+1-1
- schema/cat-vrs/json/CanonicalAllele+5-5
- schema/cat-vrs/json/CategoricalCnv+8-11
- schema/cat-vrs/json/CategoricalVariant+14-14
- schema/cat-vrs/json/Constraint+6-6
- schema/cat-vrs/json/CopyChangeConstraint+2-2
- schema/cat-vrs/json/CopyCountConstraint+3-3
- schema/cat-vrs/json/DefiningAlleleConstraint+5-5
- schema/cat-vrs/json/DefiningLocationConstraint+6-6
- schema/cat-vrs/json/ProteinSequenceConsequence+5-5
- schema/cat-vrs/prune.mk+1-1
- schema/cat-vrs/recipes-source.yaml+9-14
- submodules/vrs+1-1
- tests/config.py+1-1
- tests/test_definitions.yaml+1-1
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
122 | | - | |
| 122 | + | |
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
| |||
0 commit comments