@@ -26,7 +26,7 @@ def get_entry_types():
26
26
"defaultSchema" : {
27
27
"id" : DefaultSchemas .ANALYSES .value ['schema' ],
28
28
"name" : "Default schema for a bioinformatics analysis" ,
29
- "referenceToSchemaDefinition" : "https://raw.githubusercontent.com/ga4gh-beacon/beacon-v2-Models /main/BEACON-V2-Model /analyses/defaultSchema.json" ,
29
+ "referenceToSchemaDefinition" : "https://raw.githubusercontent.com/ga4gh-beacon/beacon-v2/main/models/json/beacon-v2-default-model /analyses/defaultSchema.json" ,
30
30
"schemaVersion" : "v2.0.0"
31
31
},
32
32
"additionallySupportedSchemas" : []
@@ -43,7 +43,7 @@ def get_entry_types():
43
43
"defaultSchema" : {
44
44
"id" : DefaultSchemas .BIOSAMPLES .value ['schema' ],
45
45
"name" : "Default schema for a biological sample" ,
46
- "referenceToSchemaDefinition" : "https://raw.githubusercontent.com/ga4gh-beacon/beacon-v2-Models /main/BEACON-V2-Model /biosamples/defaultSchema.json" ,
46
+ "referenceToSchemaDefinition" : "https://raw.githubusercontent.com/ga4gh-beacon/beacon-v2/main/models/json/beacon-v2-default-model /biosamples/defaultSchema.json" ,
47
47
"schemaVersion" : "v2.0.0"
48
48
},
49
49
"additionallySupportedSchemas" : []
@@ -60,7 +60,7 @@ def get_entry_types():
60
60
"defaultSchema" : {
61
61
"id" : DefaultSchemas .COHORTS .value ['schema' ],
62
62
"name" : "Default schema for cohorts" ,
63
- "referenceToSchemaDefinition" : "https://raw.githubusercontent.com/ga4gh-beacon/beacon-v2-Models /main/BEACON-V2-Model /cohorts/defaultSchema.json" ,
63
+ "referenceToSchemaDefinition" : "https://raw.githubusercontent.com/ga4gh-beacon/beacon-v2/main/models/json/beacon-v2-default-model /cohorts/defaultSchema.json" ,
64
64
"schemaVersion" : "v2.0.0"
65
65
},
66
66
"aCollectionOf" : [{"id" : "individual" , "name" : "Individuals" }],
@@ -78,7 +78,7 @@ def get_entry_types():
78
78
"defaultSchema" : {
79
79
"id" : DefaultSchemas .DATASETS .value ['schema' ],
80
80
"name" : "Default schema for datasets" ,
81
- "referenceToSchemaDefinition" : "https://raw.githubusercontent.com/ga4gh-beacon/beacon-v2-Models /main/BEACON-V2-Model /datasets/defaultSchema.json" ,
81
+ "referenceToSchemaDefinition" : "https://raw.githubusercontent.com/ga4gh-beacon/beacon-v2/main/models/json/beacon-v2-default-model /datasets/defaultSchema.json" ,
82
82
"schemaVersion" : "v2.0.0"
83
83
},
84
84
"aCollectionOf" : [{"id" : "genomicVariation" , "name" : "Genomic Variants" }],
@@ -96,7 +96,7 @@ def get_entry_types():
96
96
"defaultSchema" : {
97
97
"id" : DefaultSchemas .GENOMICVARIATIONS .value ['schema' ],
98
98
"name" : "Default schema for a genomic variation" ,
99
- "referenceToSchemaDefinition" : "https://raw.githubusercontent.com/ga4gh-beacon/beacon-v2-Models /main/BEACON-V2-Model /genomicVariations/defaultSchema.json" ,
99
+ "referenceToSchemaDefinition" : "https://raw.githubusercontent.com/ga4gh-beacon/beacon-v2/main/models/json/beacon-v2-default-model /genomicVariations/defaultSchema.json" ,
100
100
"schemaVersion" : "v2.0.0"
101
101
},
102
102
"additionallySupportedSchemas" : []
@@ -113,7 +113,7 @@ def get_entry_types():
113
113
"defaultSchema" : {
114
114
"id" : DefaultSchemas .INDIVIDUALS .value ['schema' ],
115
115
"name" : "Default schema for an individual" ,
116
- "referenceToSchemaDefinition" : "https://raw.githubusercontent.com/ga4gh-beacon/beacon-v2-Models /main/BEACON-V2-Model /individuals/defaultSchema.json" ,
116
+ "referenceToSchemaDefinition" : "https://raw.githubusercontent.com/ga4gh-beacon/beacon-v2/main/models/json/beacon-v2-default-model /individuals/defaultSchema.json" ,
117
117
"schemaVersion" : "v2.0.0"
118
118
},
119
119
"additionallySupportedSchemas" : []
@@ -130,7 +130,7 @@ def get_entry_types():
130
130
"defaultSchema" : {
131
131
"id" : DefaultSchemas .RUNS .value ['schema' ],
132
132
"name" : "Default schema for a sequencing run" ,
133
- "referenceToSchemaDefinition" : "https://raw.githubusercontent.com/ga4gh-beacon/beacon-v2-Models /main/BEACON-V2-Model /runs/defaultSchema.json" ,
133
+ "referenceToSchemaDefinition" : "https://raw.githubusercontent.com/ga4gh-beacon/beacon-v2/main/models/json/beacon-v2-default-model /runs/defaultSchema.json" ,
134
134
"schemaVersion" : "v2.0.0"
135
135
},
136
136
"additionallySupportedSchemas" : []
@@ -200,7 +200,7 @@ async def beacon_map(request):
200
200
"endpointSets" : {
201
201
"analysis" : {
202
202
"entryType" : "analysis" ,
203
- "openAPIEndpointsDefinition" : "https://raw.githubusercontent.com/ga4gh-beacon/beacon-v2-Models /main/BEACON-V2-Model /analyses/endpoints.json" ,
203
+ "openAPIEndpointsDefinition" : "https://raw.githubusercontent.com/ga4gh-beacon/beacon-v2/main/models/json/beacon-v2-default-model /analyses/endpoints.json" ,
204
204
"rootUrl" : conf .uri + "analyses" ,
205
205
"singleEntryUrl" : conf .uri + "analyses/{id}" ,
206
206
"endpoints" : {
@@ -212,7 +212,7 @@ async def beacon_map(request):
212
212
},
213
213
"biosample" : {
214
214
"entryType" : "biosample" ,
215
- "openAPIEndpointsDefinition" : "https://raw.githubusercontent.com/ga4gh-beacon/beacon-v2-Models /main/BEACON-V2-Model /biosamples/endpoints.json" ,
215
+ "openAPIEndpointsDefinition" : "https://raw.githubusercontent.com/ga4gh-beacon/beacon-v2/main/models/json/beacon-v2-default-model /biosamples/endpoints.json" ,
216
216
"rootUrl" : conf .uri + "biosamples" ,
217
217
"singleEntryUrl" : conf .uri + "biosamples/{id}" ,
218
218
"endpoints" : {
@@ -232,7 +232,7 @@ async def beacon_map(request):
232
232
},
233
233
"cohort" : {
234
234
"entryType" : "cohort" ,
235
- "openAPIEndpointsDefinition" : "https://raw.githubusercontent.com/ga4gh-beacon/beacon-v2-Models /main/BEACON-V2-Model /cohorts/endpoints.json" ,
235
+ "openAPIEndpointsDefinition" : "https://raw.githubusercontent.com/ga4gh-beacon/beacon-v2/main/models/json/beacon-v2-default-model /cohorts/endpoints.json" ,
236
236
"rootUrl" : conf .uri + "cohorts" ,
237
237
"singleEntryUrl" : conf .uri + "cohorts/{id}" ,
238
238
"filteringTermsUrl" : conf .uri + "cohorts/filtering_terms" ,
@@ -253,7 +253,7 @@ async def beacon_map(request):
253
253
},
254
254
"dataset" : {
255
255
"entryType" : "dataset" ,
256
- "openAPIEndpointsDefinition" : "https://raw.githubusercontent.com/ga4gh-beacon/beacon-v2-Models /main/BEACON-V2-Model /datasets/endpoints.json" ,
256
+ "openAPIEndpointsDefinition" : "https://raw.githubusercontent.com/ga4gh-beacon/beacon-v2/main/models/json/beacon-v2-default-model /datasets/endpoints.json" ,
257
257
"rootUrl" : conf .uri + "datasets" ,
258
258
"singleEntryUrl" : conf .uri + "datasets/{id}" ,
259
259
"filteringTermsUrl" : conf .uri + "datasets/filtering_terms" ,
@@ -282,7 +282,7 @@ async def beacon_map(request):
282
282
},
283
283
"genomicVariant" : {
284
284
"entryType" : "genomicVariant" ,
285
- "openAPIEndpointsDefinition" : "https://raw.githubusercontent.com/ga4gh-beacon/beacon-v2-Models /main/BEACON-V2-Model /genomicVariations/endpoints.json" ,
285
+ "openAPIEndpointsDefinition" : "https://raw.githubusercontent.com/ga4gh-beacon/beacon-v2/main/models/json/beacon-v2-default-model /genomicVariations/endpoints.json" ,
286
286
"rootUrl" : conf .uri + "g_variants" ,
287
287
"singleEntryUrl" : conf .uri + "g_variants/{variantInternalId}" ,
288
288
"endpoints" : {
@@ -306,7 +306,7 @@ async def beacon_map(request):
306
306
},
307
307
"individual" : {
308
308
"entryType" : "individual" ,
309
- "openAPIEndpointsDefinition" : "https://raw.githubusercontent.com/ga4gh-beacon/beacon-v2-Models /main/BEACON-V2-Model /individuals/endpoints.json" ,
309
+ "openAPIEndpointsDefinition" : "https://raw.githubusercontent.com/ga4gh-beacon/beacon-v2/main/models/json/beacon-v2-default-model /individuals/endpoints.json" ,
310
310
"rootUrl" : conf .uri + "individuals" ,
311
311
"singleEntryUrl" : conf .uri + "individuals/{id}" ,
312
312
"filteringTermsUrl" : conf .uri + "individuals/filtering_terms" ,
@@ -331,7 +331,7 @@ async def beacon_map(request):
331
331
},
332
332
"run" : {
333
333
"entryType" : "run" ,
334
- "openAPIEndpointsDefinition" : "https://raw.githubusercontent.com/ga4gh-beacon/beacon-v2-Models /main/BEACON-V2-Model /runs/endpoints.json" ,
334
+ "openAPIEndpointsDefinition" : "https://raw.githubusercontent.com/ga4gh-beacon/beacon-v2/main/models/json/beacon-v2-default-model /runs/endpoints.json" ,
335
335
"rootUrl" : conf .uri + "runs" ,
336
336
"singleEntryUrl" : conf .uri + "runs/{id}" ,
337
337
"endpoints" : {
0 commit comments