From 5953fefcf25e4cbe19d325ce2f1fb70f33c88353 Mon Sep 17 00:00:00 2001 From: Remi PLANEL <rplanel@pasteur.fr> Date: Thu, 25 Apr 2024 13:26:41 +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