Skip to content

Commit 78892fb

Browse files
committed
Remove warning from qi and randic, as they are useful when drilling down
1 parent 1c54ee8 commit 78892fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,10 +128,10 @@ <h1 class="display-4">into <img src="{{url_for('static', filename='images/viz.sv
128128
<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.">
129129
<input type="checkbox" name="method" id="yau-bp" autocomplete="off">Yau-BP
130130
</label>
131-
<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.">
131+
<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.">
132132
<input type="checkbox" name="method" id="randic" autocomplete="off">Randic
133133
</label>
134-
<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.">
134+
<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.">
135135
<input type="checkbox" name="method" id="qi" autocomplete="off">Qi
136136
</label>
137137
</div>

0 commit comments

Comments
 (0)