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

change threshold to one row or two for operon struct and matrix

parent 3e5d0dda
No related branches found
No related tags found
No related merge requests found
Pipeline #130153 waiting for manual action with stages
in 8 minutes and 12 seconds
...@@ -23,7 +23,7 @@ const { system, subsystem, structures, subsystems } = props ...@@ -23,7 +23,7 @@ const { system, subsystem, structures, subsystems } = props
const client = useMeiliSearchRef() const client = useMeiliSearchRef()
const pending = ref<boolean>(false) const pending = ref<boolean>(false)
const sizeGene = ref<number>(140) const sizeGene = ref<number>(100)
const maxOperonSize = toRef(props, "maxOperonSize") const maxOperonSize = toRef(props, "maxOperonSize")
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