diff options
author | DannyArends | 2015-09-11 17:53:39 +0200 |
---|---|---|
committer | DannyArends | 2015-09-11 17:53:39 +0200 |
commit | 17c9b0f9130c2ccd3b050cd9929f9ca6d3ab7307 (patch) | |
tree | ec9825aee1130964fde12eeb78415f59f4639e73 /wqflask | |
parent | a741a7cf54dd5c69f7a97ad56d61b16062920935 (diff) | |
download | genenetwork2-17c9b0f9130c2ccd3b050cd9929f9ca6d3ab7307.tar.gz |
Seems I always turn around the G and C
Diffstat (limited to 'wqflask')
-rw-r--r-- | wqflask/wqflask/templates/wgcna_results.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/wqflask/templates/wgcna_results.html b/wqflask/wqflask/templates/wgcna_results.html index b74b84ae..2226f90c 100644 --- a/wqflask/wqflask/templates/wgcna_results.html +++ b/wqflask/wqflask/templates/wgcna_results.html @@ -3,7 +3,7 @@ {% block content %} <!-- Start of body --> <div> - <h1>WCGNA results</h1> + <h1>WGCNA Results</h1> </div> {% endblock %} |