Skip to content

Commit

Permalink
Update function load paths
Browse files Browse the repository at this point in the history
  • Loading branch information
kkaris committed Oct 3, 2024
1 parent be84293 commit c283c1e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/indra_cogex/apps/templates/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ <h5 class="card-title">Signed Gene List Analysis</h5>
Reasoning algorithm.
</p>
</div>
{{ start_button('gla.signed_analysis', '/gene/signed') }}
{{ start_button('gla.signed_analysis_route', '/gene/signed') }}
</div>
<div class="card">
<img class="card-img-top" style="max-height: 100px" src="{{ url_for("static", filename="gsea.png") }}"
Expand All @@ -120,7 +120,7 @@ <h5 class="card-title">Continuous Gene Set Enrichment Analysis</h5>
Perform gene set enrichment analysis on continuous data using INDRA CoGEx.
</p>
</div>
{{ start_button('gla.continuous_analysis', '/gene/continuous') }}
{{ start_button('gla.continuous_analysis_route', '/gene/continuous') }}
</div>
<div class="card">
<img class="card-img-top" style="max-height: 100px"
Expand All @@ -131,7 +131,7 @@ <h5 class="card-title">Discrete Metabolite List Analysis</h5>
Perform metabolite set enrichment analysis using INDRA CoGEx.
</p>
</div>
{{ start_button('mla.discrete_analysis', '/metabolite/discrete') }}
{{ start_button('mla.discrete_analysis_route', '/metabolite/discrete') }}
</div>
</div>

Expand Down

0 comments on commit c283c1e

Please sign in to comment.