From f50a377df0485d155b470ce6b23edf18fa87392d Mon Sep 17 00:00:00 2001 From: Remi PLANEL <rplanel@pasteur.fr> Date: Thu, 25 Apr 2024 13:10:35 +0200 Subject: [PATCH] increase default gene size --- components/content/SystemOperonStructure.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/content/SystemOperonStructure.vue b/components/content/SystemOperonStructure.vue index 68093084..620b6a65 100644 --- a/components/content/SystemOperonStructure.vue +++ b/components/content/SystemOperonStructure.vue @@ -18,7 +18,7 @@ const { system, subsystem, structures } = withDefaults(defineProps<Props>(), { const client = useMeiliSearchRef() const pending = ref<boolean>(false) -const sizeGene = ref<number>(100) +const sizeGene = ref<number>(140) const msIndexName = ref<'systemoperonstruct'>("systemoperonstruct") const msResponse = ref<SearchResponse<StructureOperonGene> | undefined>(undefined) -- GitLab