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

Merge branch 'operon-struct-type' into operon-struct-type-article-update

parents f50a377d d317b34a
No related branches found
No related tags found
No related merge requests found
......@@ -210,7 +210,11 @@ function drawGene({ width, height }) {
<template>
<div ref="gbContainer">
<v-card flat color="transparent">
<v-card-subtitle>model version : {{ structureVersion }}</v-card-subtitle>
<v-card-item>
<v-card-title>Operon structure</v-card-title>
<v-card-subtitle>defenseFinder model version : {{ structureVersion }}</v-card-subtitle>
</v-card-item>
<v-alert size="small" type="info" variant="text"> click on structure to visualize them</v-alert>
<svg ref="svgRef" :width="computedContainerWidth" :height="plotHeight">
<g class="x-axis" />
</svg>
......
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