Skip to content

Commit

Permalink
Merge pull request #263 from alliance-genome/Remove-requirement-of-Pa…
Browse files Browse the repository at this point in the history
…ralogy-identity,-similarity,-and-length

Remove requirement of Paralogy identity, similarity, and length
  • Loading branch information
chris-grove authored Sep 5, 2024
2 parents 92995e5 + e45bc53 commit 7505d7a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
3 changes: 0 additions & 3 deletions generated/jsonschema/allianceModel.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -15272,9 +15272,6 @@
"object_gene",
"rank",
"homology_confidence",
"length",
"similarity",
"identity",
"internal"
],
"title": "GeneToGeneParalogy",
Expand Down
6 changes: 3 additions & 3 deletions model/schema/homology.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,15 +148,15 @@ slots:
length:
description: The length of the aligned regions between two genes
range: integer
required: true
required: false

similarity:
description: Similarity score between the two genes
range: integer
required: true
required: false

identity:
description: Identity score between the two genes
range: integer
required: true
required: false

0 comments on commit 7505d7a

Please sign in to comment.