Skip to content

Commit

Permalink
Remove warning from qi and randic, as they are useful when drilling down
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin-Lee committed Apr 9, 2019
1 parent 1c54ee8 commit 78892fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,10 @@ <h1 class="display-4">into <img src="{{url_for('static', filename='images/viz.sv
<label class="btn btn-outline-secondary" data-toggle="tooltip" data-placement="top" data-html="true" title="Same as Yau but projected such that all vectors have lengths in the <var>x</var>-axis of 1 (so that <var>x</var>-coordinates are the same as base positions). No support for non-ATGC bases.">
<input type="checkbox" name="method" id="yau-bp" autocomplete="off">Yau-BP
</label>
<label class="btn btn-outline-secondary" data-toggle="tooltip" data-placement="top" data-html="true" title="Like tablature, with As, Ts, Cs, and Gs assigned a <var>y</var>-coordinate. No support for non-ATGC bases. Not recommended.">
<label class="btn btn-outline-secondary" data-toggle="tooltip" data-placement="top" data-html="true" title="Like tablature, with As, Ts, Cs, and Gs assigned a <var>y</var>-coordinate. No support for non-ATGC bases.">
<input type="checkbox" name="method" id="randic" autocomplete="off">Randic
</label>
<label class="btn btn-outline-secondary" data-toggle="tooltip" data-placement="top" data-html="true" title="Same as Randic, except with dinucleotides instead of bases. Not recommended.">
<label class="btn btn-outline-secondary" data-toggle="tooltip" data-placement="top" data-html="true" title="Same as Randic, except with dinucleotides instead of bases.">
<input type="checkbox" name="method" id="qi" autocomplete="off">Qi
</label>
</div>
Expand Down

0 comments on commit 78892fb

Please sign in to comment.