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

adjust gene operon size

parent f84d5ff3
No related branches found
No related tags found
No related merge requests found
Pipeline #130182 waiting for manual action with stages
in 8 minutes and 12 seconds
......@@ -35,7 +35,7 @@ const margin = ref<PlotMargin>({
const gbContainer = ref(null)
const geneToHighlight = ref<string | null>(null)
const snackbar = ref(false)
const innerPaddingRatio = ref<number>(0.05)
const innerPaddingRatio = ref<number>(0.08)
// const color = d3.scaleOrdinal(d3.schemeCategory10);
const domain = computed(() => {
const genes = toValue(computedGenes)
......
......@@ -23,7 +23,7 @@ const { system, subsystem, structures, subsystems } = props
const client = useMeiliSearchRef()
const pending = ref<boolean>(false)
const sizeGene = ref<number>(100)
const sizeGene = ref<number>(108)
const maxOperonSize = toRef(props, "maxOperonSize")
const msIndexName = ref<'systemoperonstruct'>("systemoperonstruct")
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