Skip to content

Commit

Permalink
Merge pull request #244 from alliance-genome/Fix-requirements-for-Chr…
Browse files Browse the repository at this point in the history
…omosome

Fix requirements for chromosome etc
  • Loading branch information
chris-grove authored Dec 13, 2023
2 parents fc3ec50 + a858148 commit fb772e1
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 9 deletions.
10 changes: 4 additions & 6 deletions generated/jsonschema/allianceModel.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1626,7 +1626,6 @@
"required": [
"allele_identifier",
"relation_name",
"evidence_curies",
"internal"
],
"title": "AlleleAlleleAssociationDTO",
Expand Down Expand Up @@ -1917,7 +1916,6 @@
"construct_identifier",
"allele_identifier",
"relation_name",
"evidence_curies",
"internal"
],
"title": "AlleleConstructAssociationDTO",
Expand Down Expand Up @@ -2890,7 +2888,6 @@
"gene_identifier",
"allele_identifier",
"relation_name",
"evidence_curies",
"internal"
],
"title": "AlleleGeneAssociationDTO",
Expand Down Expand Up @@ -4205,7 +4202,6 @@
"protein_identifier",
"allele_identifier",
"relation_name",
"evidence_curies",
"internal"
],
"title": "AlleleProteinAssociationDTO",
Expand Down Expand Up @@ -4581,7 +4577,6 @@
"transcript_identifier",
"allele_identifier",
"relation_name",
"evidence_curies",
"internal"
],
"title": "AlleleTranscriptAssociationDTO",
Expand Down Expand Up @@ -4734,7 +4729,6 @@
"variant_identifier",
"allele_identifier",
"relation_name",
"evidence_curies",
"internal"
],
"title": "AlleleVariantAssociationDTO",
Expand Down Expand Up @@ -7061,6 +7055,8 @@
}
},
"required": [
"name",
"taxon",
"data_provider",
"internal"
],
Expand Down Expand Up @@ -7121,6 +7117,8 @@
}
},
"required": [
"name",
"taxon_curie",
"data_provider_dto",
"internal"
],
Expand Down
3 changes: 0 additions & 3 deletions model/schema/allele.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -524,9 +524,6 @@ classes:
- relation_name
- evidence_code_curie
- note_dto
slot_usage:
evidence_curies:
required: true

AlleleImageAssociation:
is_a: EvidenceAssociation
Expand Down
10 changes: 10 additions & 0 deletions model/schema/core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,11 @@ classes:
- name
- taxon
- data_provider
slot_usage:
name:
required: true
taxon:
required: true
defining_slots:
- name
- taxon
Expand All @@ -415,6 +420,11 @@ classes:
- name
- taxon_curie
- data_provider_dto
slot_usage:
name:
required: true
taxon_curie:
required: true

AssemblyComponent:
is_a: GenomicEntity
Expand Down

0 comments on commit fb772e1

Please sign in to comment.