From 2d642498af283e665e52487c8d9bb3994c2bd77d Mon Sep 17 00:00:00 2001 From: Vitor Trovisco <vmt25@cam.ac.uk> Date: Thu, 4 Nov 2021 16:23:00 +0000 Subject: [PATCH] Update canto_deploy.yaml - removed from the line 'do_not_annotate: 1' from the 'aberration' settings, so that aberrations can be used as interacting genotypes --- canto_deploy.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/canto_deploy.yaml b/canto_deploy.yaml index b151d89..eafb839 100644 --- a/canto_deploy.yaml +++ b/canto_deploy.yaml @@ -105,7 +105,7 @@ allele_type_list: allele_name_required: false allow_expression_change: false expression_required: false - do_not_annotate: 1 + do_not_annotate: true placeholder: Please provide a description - name: aberration export_type: aberration @@ -114,7 +114,6 @@ allele_type_list: allele_name_required: false allow_expression_change: false expression_required: false - do_not_annotate: 1 # put the genotype lists in the same order as the allele_type_list sort_genotype_management_page_by_allele_type: 1 -- GitLab