You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: The `DrsObjects` were found successfully
@@ -156,7 +156,7 @@ paths:
156
156
type: array
157
157
items:
158
158
anyOf:
159
-
- $ref: '#/components/schemas/ExperimentTicket'
159
+
- $ref: '#/components/schemas/BiosampleTicket'
160
160
tags:
161
161
- Objects
162
162
/programs:
@@ -314,7 +314,7 @@ components:
314
314
'application/json':
315
315
schema:
316
316
$ref: '#/components/schemas/Program'
317
-
ExperimentsRequest:
317
+
BiosamplesRequest:
318
318
description: list of submitter sample ids requested
319
319
required: false
320
320
content:
@@ -372,35 +372,48 @@ components:
372
372
DrsUri:
373
373
type: string
374
374
description: a DRS object's self_uri
375
-
ExperimentTicket:
375
+
BiosampleTicket:
376
376
type: object
377
377
properties:
378
-
experiment_id:
379
-
type: string
380
-
description: MoH submitter_sample_id from a Sample Registration associated with a specimen.
381
-
program:
382
-
type: string
383
-
description: MoH program ID
384
-
genomes:
378
+
biosample_id:
379
+
type: string
380
+
description: MoH submitter_sample_id from a Sample Registration associated with a specimen.
381
+
program:
382
+
type: string
383
+
description: MoH program ID
384
+
experiments:
385
+
type: object
386
+
description: Arrays of associated experiment IDs derived from the biosample, keyed by type.
387
+
properties:
388
+
wgs:
385
389
type: array
386
-
description: An array of associated AnalysisDrsObjects that describe reads, e.g. fastqs.
387
390
items:
388
-
type: string
389
-
transcriptomes:
391
+
type: string
392
+
wts:
390
393
type: array
391
-
description: An array of associated AnalysisDrsObjects that describe transcriptome data.
392
394
items:
393
-
type: string
394
-
variants:
395
+
type: string
396
+
runs:
397
+
type: array
398
+
description: An array of associated run IDs that describe raw reads derived from biosample.
399
+
items:
400
+
type: string
401
+
analyses:
402
+
type: object
403
+
description: Arrays of associated analysis IDs based on the biosample, keyed by analysis type.
404
+
properties:
405
+
reference_alignment:
395
406
type: array
396
-
description: An array of associated DataDrsObjects that describe variant files.
397
407
items:
398
-
type: string
399
-
reads:
408
+
type: string
409
+
sequence_variation:
400
410
type: array
401
-
description: An array of associated DataDrsObjects that describe read files, e.g. bams.
402
411
items:
403
-
type: string
412
+
type: string
413
+
sequence_annotation:
414
+
type: array
415
+
items:
416
+
type: string
404
417
ExperimentDrsObject:
405
418
type: object
406
419
description: A DrsObject that describes the sequencing experiment.
@@ -413,10 +426,10 @@ components:
413
426
properties:
414
427
name:
415
428
type: string
416
-
description: The specimen identifier for the experiment, as defined in sample_registration in the MOHCCN data model.
429
+
description: The biosample identifier for the experiment.
417
430
id:
418
431
type: string
419
-
description: The alias for the experiment, as defined by the sequencing center
432
+
description: A unique ID for the experiment. Often the alias for the experiment, as defined by the sequencing center
420
433
contents:
421
434
type: array
422
435
description: The specific analysis contents objects that were generated from this experiment.
@@ -479,7 +492,7 @@ components:
479
492
$ref: '#/components/schemas/Checksum'
480
493
AnalysisDrsObject:
481
494
type: object
482
-
description: A DrsObject that describes a sequencing analysis. It usually will consist of a data file, e.g. a variant or read file, and its associated index file. Its contents should also include any associated Experiments (as ExperimentContentObjects), ordered in order of appearance in the associated variant/read files.
495
+
description: A DrsObject that describes a sequencing analysis. It usually will consist of a data file, e.g. a variant or read file, and its associated index file. Its contents should also include any associated Experiments (as ContentObjects), ordered in order of appearance in the associated variant/read files.
0 commit comments