From 31fb73219ba60bddfd3b3dab12a1c14e0a1eec74 Mon Sep 17 00:00:00 2001 From: Vitor Trovisco <vmt25@cam.ac.uk> Date: Sat, 30 Jul 2022 23:24:09 +0000 Subject: [PATCH] Update canto_deploy.yaml - test new curation type 'expression' --- canto/canto_deploy.yaml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/canto/canto_deploy.yaml b/canto/canto_deploy.yaml index a7532de..ffa0145 100644 --- a/canto/canto_deploy.yaml +++ b/canto/canto_deploy.yaml @@ -252,6 +252,28 @@ available_annotation_type_list: - Rescues - Partially rescues - Fails to rescue + - name: expression + category: ontology + namespace: FlyBase_anatomy_CV + hide_extension_relations: [qual,dv_qual] + very_short_display_name: 'exp' + short_display_name: 'exp' + display_name: 'expression' + synonyms_to_display: + - exact + feature_type: 'gene' + can_have_conditions: 0 + broad_term_suggestions: > + wing, ovary + specific_term_examples: > + + help_text: > + Annotate the expression pattern of this gene. + more_help_text: > + + extra_help_text: > + + detailed_help_path: /docs/fypo_annotation # Which of the annotation types listed above (under 'available_annotation_type_list:') to display and enable. @@ -262,6 +284,7 @@ enabled_annotation_type_list: - anatomy_interaction - complementation - rescue + - expression ontology_namespace_config: -- GitLab