Skip to content
Snippets Groups Projects

Dev plotopti

Merged Hanna JULIENNE requested to merge dev-plotopti into master
6 files
+ 45
31
Compare changes
  • Side-by-side
  • Inline
Files
6
@@ -402,7 +402,7 @@ methods:{
console.log("createPlots ");
console.log(this.phenotypes);
// this.getStatus();
if(this.status != null){
console.log(this.status);
}
@@ -583,11 +583,8 @@ methods:{
this.summary = result3;
console.log(result3);
// show Plot ...
// console.log(this.summary);
this.isready =true;
// console.log(this.gencov);
this.createPlots();
console.log("ready");
}).bind(this));
Loading