src/hg/lib/hui.c 1.278
1.278 2010/04/22 22:08:48 mary
Make blue for query-insertion-at-end purple, so it is more easy to distinguish from green for polyA, essentially reverting back to r1.24 for hgTracks/cds.h
Index: src/hg/lib/hui.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/lib/hui.c,v
retrieving revision 1.277
retrieving revision 1.278
diff -b -B -U 4 -r1.277 -r1.278
--- src/hg/lib/hui.c 22 Apr 2010 16:16:57 -0000 1.277
+++ src/hg/lib/hui.c 22 Apr 2010 22:08:48 -0000 1.278
@@ -969,9 +969,9 @@
"an insertion "
"<BR>\n");
safef(var, sizeof(var), "%s_%s", INDEL_QUERY_INSERT, tdb->tableName);
cgiMakeCheckBox(var, showQueryInsert);
- printf("Draw a vertical blue line for an insertion at the beginning or "
+ printf("Draw a vertical purple line for an insertion at the beginning or "
"end of the query, orange for insertion in the middle of the query"
"<BR>\n");
safef(var, sizeof(var), "%s_%s", INDEL_POLY_A, tdb->tableName);
/* We can highlight valid polyA's only if we have query sequence --