Skip to content
Snippets Groups Projects
Commit 5953fefc authored by Remi  PLANEL's avatar Remi PLANEL
Browse files

increase default gene size

parent d16d9929
No related branches found
No related tags found
No related merge requests found
Pipeline #129341 failed
...@@ -18,7 +18,7 @@ const { system, subsystem, structures } = withDefaults(defineProps<Props>(), { ...@@ -18,7 +18,7 @@ const { system, subsystem, structures } = withDefaults(defineProps<Props>(), {
const client = useMeiliSearchRef() const client = useMeiliSearchRef()
const pending = ref<boolean>(false) const pending = ref<boolean>(false)
const sizeGene = ref<number>(100) const sizeGene = ref<number>(140)
const msIndexName = ref<'systemoperonstruct'>("systemoperonstruct") const msIndexName = ref<'systemoperonstruct'>("systemoperonstruct")
const msResponse = ref<SearchResponse<StructureOperonGene> | undefined>(undefined) const msResponse = ref<SearchResponse<StructureOperonGene> | undefined>(undefined)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment