diff --git a/conekt/controllers/heatmap.py b/conekt/controllers/heatmap.py index 97cff80..19c7211 100644 --- a/conekt/controllers/heatmap.py +++ b/conekt/controllers/heatmap.py @@ -72,7 +72,7 @@ def heatmap_main(): @heatmap.route('/results/default', methods=['POST'] ) -def heatmap_custom_normal(): +def heatmap_custom_default(): form = HeatmapForm(request.form) form.populate_species() form.populate_options() diff --git a/conekt/templates/expression_heatmap.html b/conekt/templates/expression_heatmap.html index d559128..7ed55bc 100644 --- a/conekt/templates/expression_heatmap.html +++ b/conekt/templates/expression_heatmap.html @@ -130,7 +130,7 @@

Heatmap

@@ -138,7 +138,7 @@

Heatmap

-
+
{{ form.csrf_token }} @@ -181,10 +181,11 @@

Heatmap

Help
    -
  • First select the desired species
  • +
  • You can generate a detailed heatmap for a single species (Default-tab) and a cross-species comparative heatmap (Comparative-tab)
  • +
  • First select the desired species (Default only)
  • Next add the genes to include in the heatmap (space, tab or line separated) in the corresponding box
  • -
  • Select if the heatmap should display raw values, zlog-transformed or row-normalized
  • +
  • Select if the heatmap should display raw values or normalized
  • Click Generate heatmap