Skip to content

Commit 2311c8e

Browse files
authored
Merge pull request #28 from uc-cdis/revert
updates
2 parents 90ebcf3 + 4ddc3c1 commit 2311c8e

File tree

8 files changed

+2085
-334
lines changed

8 files changed

+2085
-334
lines changed

gdcdictionary/schemas/_terms.yaml

Lines changed: 1839 additions & 183 deletions
Large diffs are not rendered by default.

gdcdictionary/schemas/aligned_reads_index.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ required:
4747
- data_category
4848
- data_type
4949
- data_format
50-
- submitted_aligned_reads_files
5150

5251
uniqueKeys:
5352
- [ id ]

gdcdictionary/schemas/aliquot.yaml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,18 +47,22 @@ properties:
4747
term:
4848
$ref: "_terms.yaml#/aliquot_quantity"
4949
type: number
50+
5051
aliquot_volume:
5152
term:
5253
$ref: "_terms.yaml#/aliquot_volume"
5354
type: number
55+
5456
amount:
5557
term:
5658
$ref: "_terms.yaml#/amount"
5759
type: number
60+
5861
analyte_type:
5962
term:
6063
$ref: "_terms.yaml#/analyte_type"
6164
type: string
65+
6266
analyte_type_id:
6367
term:
6468
$ref: "_terms.yaml#/analyte_type_id"
@@ -73,23 +77,24 @@ properties:
7377
- W
7478
- X
7579
- Y
80+
7681
concentration:
7782
term:
7883
$ref: "_terms.yaml#/concentration"
7984
type: number
85+
8086
project_id:
8187
$ref: "_definitions.yaml#/project_id"
88+
8289
source_center:
8390
term:
8491
$ref: "_terms.yaml#/source_center"
8592
type: string
93+
8694
a260_a280_ratio:
8795
term:
8896
$ref: "_terms.yaml#/a260_a280_ratio"
8997
type: number
98+
9099
samples:
91100
$ref: "_definitions.yaml#/to_one"
92-
created_datetime:
93-
$ref: "_definitions.yaml#/datetime"
94-
updated_datetime:
95-
$ref: "_definitions.yaml#/datetime"

gdcdictionary/schemas/core_metadata_collection.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ links:
3131
required:
3232
- submitter_id
3333
- type
34+
- projects
3435

3536
uniqueKeys:
3637
- [id]

gdcdictionary/schemas/genotyping_array.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ links:
3535
backref: genotyping_arrays
3636
label: data_from
3737
target_type: aliquot
38-
multiplicity: one_to_one
38+
multiplicity: many_to_one
3939
required: false
4040

4141
required:

0 commit comments

Comments
 (0)