Skip to content

Commit

Permalink
Fix the label for p-value
Browse files Browse the repository at this point in the history
  • Loading branch information
krab1k committed Nov 13, 2024
1 parent 43b8b23 commit dea1b39
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions templates/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,12 @@ <h1>RBP-Tar</h1>
min="0"></div>
</div>
<div class="row">
<div class="col col-md-6 col-12"><label for="pvalue_min">p-value min: </label></div>
<div class="col col-md-6 col-12"><label for="pvalue_min">-log<sub>10</sub>(p-value) min: </label></div>
<div class="col col-md-6 col-12"><input id="pvalue_min" name="pvalue_min" class="form-control" type="number"
step="0.1" min="0" max="400"></div>
</div>
<div class="row">
<div class="col col-md-6 col-12"><label for="pvalue_max">p-value max: </label></div>
<div class="col col-md-6 col-12"><label for="pvalue_max">-log<sub>10</sub>(p-value) max: </label></div>
<div class="col col-md-6 col-12"><input id="pvalue_max" name="pvalue_max" class="form-control" type="number"
step="0.1" min="0" max="400"></div>
</div>
Expand Down Expand Up @@ -131,7 +131,7 @@ <h1>RBP-Tar</h1>
End
</th>
<th>
p-value
-log<sub>10</sub>(p-value)
</th>
<th>
Strand
Expand Down

0 comments on commit dea1b39

Please sign in to comment.