Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ann-config.yaml #469

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 16 additions & 3 deletions metadata/ann-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ fields:
property: []
searchable: true
- id: isa_partof_closure
description: "Annotations for this term or its children (over is_a/part_of)."
description: "Annotations for this term or its children (over is_a/part_of). When used to query bioentities, this corresponds to 'involved in' in RO"
display_name: Involved in
type: string
cardinality: multi
Expand All @@ -133,13 +133,26 @@ fields:
property: []
searchable: true
- id: regulates_closure
description: "Annotations for this term or its children (over regulates)."
description: "Annotations for this term or its children (over regulates, including isa/part-of). Note the field name is potentially confusing, as it includes cases where there are no actual regulates edges. When used to query bioentities, this corresponds to 'acts upstream of or within'"
display_name: GO class
type: string
cardinality: multi
property: []
- id: regulates_closure_label
description: "Annotations for this term or its children (over regulates)."
description: "Annotations for this term or its children (over regulates, including isa/part-of)."
display_name: GO class
type: string
cardinality: multi
property: []
searchable: true
- id: regulates_strict_closure
description: "Annotations for this term or its children (over regulates, but not part-of). When used to query bioentities, this corresponds to 'involved in regulation of'"
display_name: GO class
type: string
cardinality: multi
property: []
- id: regulates_strict_closure_label
description: "Annotations for this term or its children (over regulates, but not part-of)."
display_name: GO class
type: string
cardinality: multi
Expand Down