File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments