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

add some help

parent 5953fefc
No related branches found
No related tags found
No related merge requests found
Pipeline #129343 failed
......@@ -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