Skip to content

Commit 69e59af

Browse files
committed
fixed uppercase node_ids
1 parent 7da8db5 commit 69e59af

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

gdcdictionary/schemas/gene_expression.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ links:
3838
target_type: submitted_aligned_reads
3939
multiplicity: many_to_many
4040
required: false
41-
- name: mRNA_microarrays
41+
- name: mrna_microarrays
4242
backref: gene_expressions
4343
label: derived_from
44-
target_type: mRNA_microarray
44+
target_type: mrna_microarray
4545
multiplicity: many_to_many
4646
required: false
4747
- name: rna_expression_workflows
@@ -103,7 +103,7 @@ properties:
103103

104104
submitted_aligned_reads_files:
105105
$ref: "_definitions.yaml#/to_many"
106-
mRNA_microarrays:
106+
mrna_microarrays:
107107
$ref: "_definitions.yaml#/to_many"
108108
rna_expression_workflows:
109109
$ref: "_definitions.yaml#/to_many"

gdcdictionary/schemas/rna_expression_workflow.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ links:
4343
target_type: submitted_unaligned_reads
4444
multiplicity: many_to_many #to one?
4545
required: false
46-
- name: mRNA_microarrays
46+
- name: mrna_microarrays
4747
backref: rna_expression_workflows
4848
label: performed_on
49-
target_type: mRNA_microarray
49+
target_type: mrna_microarray
5050
multiplicity: many_to_many
5151
required: false
5252

@@ -84,5 +84,5 @@ properties:
8484
$ref: "_definitions.yaml#/to_many"
8585
submitted_unaligned_reads_files:
8686
$ref: "_definitions.yaml#/to_many"
87-
mRNA_microarrays:
87+
mrna_microarrays:
8888
$ref: "_definitions.yaml#/to_many"

0 commit comments

Comments
 (0)