Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
rocreguant authored Jan 6, 2018
1 parent 24bfc1a commit 7f94629
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@
done : function(completeQ) {
if (completeQ) {
$('#pairwise_start_btn').html('');
var txt = "<b><span class='tc2'>max</span>/<span class='tc1'>average</span>/<span class='tc0'>min</span></b> (sorted)";
var txt = "<b><span class='tc2'>max</span>/<span class='tc1'>average</span>/<span class='tc0'>min</span></b> (sorted by ranking)";
$('#pairwise_status').html(txt);
$('#MSApairwise').removeClass('plot_border');
UpdatePairwisePlot();
Expand Down Expand Up @@ -802,7 +802,7 @@

<table id="STAview" border='0' style='display:none;'>
<tr><td valign='top'>
<span class='textB'>Sequence <span class='tc2'>gaps</span> &amp; <span class='tc1'>ref.seq identity</span></span><span class='text text2'> - amount of sequences with given fraction of gaps/identity (sorted)</span>
<span class='textB'>Sequence <span class='tc2'>gaps</span> &amp; <span class='tc1'>ref.seq identity</span></span><span class='text text2'> - amount of sequences with given fraction of gaps/identity (sorted by ranking)</span>
<div id='MSAstats'></div>
</td><td class='text' valign='top'></td>
</tr><tr><td class='text'>
Expand Down

1 comment on commit 7f94629

@rocreguant
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#14

Please sign in to comment.