@@ -57,12 +57,12 @@ G2P servers are planned to be implemented in three different contexts:
57
57
Approach
58
58
--------
59
59
60
- We based our original work on the model captured in `ga4gh/schemas
60
+ We based our original work on the model captured in `ga4gh/ga4gh- schemas
61
61
commit of Jul 30,
62
- 2015 <https://github.com/ga4gh/schemas/tree/be171b00a5f164836dfd40ea5ae75ea56924d316> `__.
62
+ 2015 <https://github.com/ga4gh/ga4gh- schemas/tree/be171b00a5f164836dfd40ea5ae75ea56924d316> `__.
63
63
This version of the schema predates the `separated genotype to phenotype
64
64
files from
65
- baseline <https://github.com/ga4gh/schemas/commit/846b711fdcf544bf889cc7dbab19c6c48e9a9428> `__.
65
+ baseline <https://github.com/ga4gh/ga4gh- schemas/commit/846b711fdcf544bf889cc7dbab19c6c48e9a9428> `__.
66
66
After on review of the schemas and code, the team had feedback about
67
67
separation of responsibility in the original API. The API was refactored
68
68
to separate the searches for genotype, phenotype, feature and
@@ -89,10 +89,10 @@ their original context i.e. the source ontology.
89
89
90
90
Due to the flexibility of the data model, users have a number of options
91
91
for specifying each query term
92
- `feature <https://github.com/ga4gh/schemas/blob/be171b00a5f164836dfd40ea5ae75ea56924d316/src/main/resources/avro/genotypephenotypemethods.avdl#L105 >`__,
93
- `phenotype <https://github.com/ga4gh/schemas/blob/be171b00a5f164836dfd40ea5ae75ea56924d316/src/main/resources/avro/genotypephenotypemethods.avdl#L108 >`__,
92
+ `feature <https://github.com/ga4gh/ga4gh- schemas/blob/be171b00a5f164836dfd40ea5ae75ea56924d316/src/main/resources/avro/genotypephenotypemethods.avdl#L105 >`__,
93
+ `phenotype <https://github.com/ga4gh/ga4gh- schemas/blob/be171b00a5f164836dfd40ea5ae75ea56924d316/src/main/resources/avro/genotypephenotypemethods.avdl#L108 >`__,
94
94
and
95
- `evidence <https://github.com/ga4gh/schemas/blob/be171b00a5f164836dfd40ea5ae75ea56924d316/src/main/resources/avro/genotypephenotypemethods.avdl#L111 >`__.
95
+ `evidence <https://github.com/ga4gh/ga4gh- schemas/blob/be171b00a5f164836dfd40ea5ae75ea56924d316/src/main/resources/avro/genotypephenotypemethods.avdl#L111 >`__.
96
96
97
97
API
98
98
---
@@ -152,7 +152,7 @@ Usage
152
152
3. Repeat 1-2 as necessary, collating responses on the client.
153
153
154
154
Many types rely heavily on the concept of an
155
- `OntologyTerm <https://github.com/ga4gh/schemas/blob/be171b00a5f164836dfd40ea5ae75ea56924d316/src/main/resources/avro/ontologies.avdl#L10 >`__
155
+ `OntologyTerm <https://github.com/ga4gh/ga4gh- schemas/blob/be171b00a5f164836dfd40ea5ae75ea56924d316/src/main/resources/avro/ontologies.avdl#L10 >`__
156
156
(see end of document for discussion on usage of OntologyTerms).
157
157
158
158
Implementation
0 commit comments