diff options
author | DannyArends | 2016-03-22 16:32:18 +0100 |
---|---|---|
committer | Pjotr Prins | 2016-04-20 10:11:34 +0000 |
commit | 980bc6c5f49814147b03c9385f89a677c19d3aef (patch) | |
tree | fa247cc7ea72bac42c707c03ef9475c64a820a17 /wqflask | |
parent | 58b1955cd4236acfed35d0adc5d3a620fdb0fa4b (diff) | |
download | genenetwork2-980bc6c5f49814147b03c9385f89a677c19d3aef.tar.gz |
[PATCH 078/100] Adding empty templates for CTL in GN2
Diffstat (limited to 'wqflask')
-rw-r--r-- | wqflask/wqflask/templates/wgcna_setup.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/wqflask/templates/wgcna_setup.html b/wqflask/wqflask/templates/wgcna_setup.html index 0e46f59d..b4a5730d 100644 --- a/wqflask/wqflask/templates/wgcna_setup.html +++ b/wqflask/wqflask/templates/wgcna_setup.html @@ -10,7 +10,7 @@ <span class="glyphicon glyphicon-exclamation-sign" aria-hidden="true"></span> <span class="sr-only">Error:</span> <h2> - Too few phenotypes selected to run a WGCNA analysis, please select more. + Too few phenotypes as input </h2> Please make sure you select enough phenotypes / genes to perform WGCNA, your collection needs to contain at least 4 different phenotypes. You provided {{request.form['trait_list'].split(',')|length}} phenotypes as input </div> |