From 084e784e75bf35f577b90c5c4b5cd22424274969 Mon Sep 17 00:00:00 2001
From: Vitor Trovisco <vmt25@cam.ac.uk>
Date: Sun, 31 Jul 2022 00:33:52 +0000
Subject: [PATCH] Update canto_deploy.yaml - editing the disease_interaction
 types/evidence codes

---
 canto/canto_deploy.yaml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/canto/canto_deploy.yaml b/canto/canto_deploy.yaml
index 2659438..57bab91 100644
--- a/canto/canto_deploy.yaml
+++ b/canto/canto_deploy.yaml
@@ -313,10 +313,10 @@ available_annotation_type_list:
     feature_type: 'metagenotype'
     help_text: 'Examples: ameliorated by, exacerbated by, NOT ameliorated by, NOT exacerbated by.'
     evidence_codes:
-      - "ameliorated by"
-      - "exacerbated by"
-      - "NOT ameliorated by"
-      - "NOT exacerbated by"
+      - "is ameliorated by"
+      - "is exacerbated by"
+      - "is NOT ameliorated by"
+      - "is NOT exacerbated by"
     detailed_help_path: /docs/genetic_interaction_annotation
 
 
-- 
GitLab