Browse Source

Fixed bug in sequence alignment coloring

Stephen Ficklin 11 years ago
parent
commit
6dcd9e02f8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tripal_feature/tripal_feature.module

+ 1 - 1
tripal_feature/tripal_feature.module

@@ -851,7 +851,7 @@ function tripal_feature_color_sequence($sequence, $parts, $defline) {
   foreach ($types as $type_name => $present) {
     $newseq .= "<span id=\"tripal_feature-legend-$type_name\" class=\"tripal_feature-legend-item tripal_feature-featureloc_sequence-$type_name\" script=\"\">$type_name</span>";
   }
-  $newseq .= "</div>Hold the cursor over a type above to highlight its positions in the sequence below. The colors in the sequence below merge when types overlap.";
+  $newseq .= "</div>Hold the cursor over a type above to highlight its positions in the sequence below.";
 
 
   // set the background color of the rows based on the type