Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Metagenomics
metagenedb
Commits
4643e950
Commit
4643e950
authored
Dec 05, 2019
by
Kenzo-Hugo Hillion
♻
Browse files
remove taxlevel watcher
parent
8e05be86
Pipeline
#19335
failed with stages
in 3 minutes and 32 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
frontend/src/views/Stats.vue
View file @
4643e950
...
...
@@ -34,18 +34,14 @@
<v-spacer></v-spacer>
<v-flex
xs4
md2
>
<v-select
background-color=
"primary"
:items=
"this.windowSizeChoice"
label=
"Window Length"
color=
"secondary"
v-model=
"geneLengthWindowSize"
></v-select>
</v-flex>
<v-flex
xs4
md2
>
<v-select
background-color=
"primary"
:items=
"this.stopAtChoice"
label=
"Stop at"
color=
"secondary"
v-model=
"stopAt"
></v-select>
...
...
@@ -54,7 +50,7 @@
<histogram
:histoData=
"geneLengthData"
chartId=
"histo_gene_length"
></histogram>
</v-flex>
<!-- Doughnut -->
<v-flex
xs12
md6
xl
4
>
<v-flex
md12
xl
8
>
<v-toolbar
class=
"secondary"
dark
...
...
@@ -64,11 +60,10 @@
<v-spacer></v-spacer>
<v-flex
xs4
md2
>
<v-select
background-color=
"primary"
:items=
"selectLevel"
color=
"secondary"
label=
"Level"
v-model=
"taxLevel"
color=
"secondary"
@
change=
"getTaxoCounts"
></v-select>
</v-flex>
</v-toolbar>
...
...
@@ -265,9 +260,9 @@ export default {
doughnut
:
Doughnut
,
},
watch
:
{
taxLevel
(
val
)
{
this
.
getTaxoCounts
();
},
//
taxLevel(val) {
//
this.getTaxoCounts();
//
},
stopAt
(
val
)
{
this
.
getGeneLength
();
},
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment