src/hg/hgTracks/cds.h 1.26
1.26 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/hgTracks/cds.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/hgTracks/cds.h,v
retrieving revision 1.25
retrieving revision 1.26
diff -b -B -U 4 -r1.25 -r1.26
--- src/hg/hgTracks/cds.h 7 Apr 2010 23:07:31 -0000 1.25
+++ src/hg/hgTracks/cds.h 22 Apr 2010 22:08:48 -0000 1.26
@@ -57,10 +57,10 @@
#define CDS_QUERY_INSERTION_G 128
#define CDS_QUERY_INSERTION_B 0
#define CDS_QUERY_INSERTION_AT_END 8
-#define CDS_QUERY_INSERTION_AT_END_R 90
-#define CDS_QUERY_INSERTION_AT_END_G 210
+#define CDS_QUERY_INSERTION_AT_END_R 146
+#define CDS_QUERY_INSERTION_AT_END_G 20
#define CDS_QUERY_INSERTION_AT_END_B 255
#define CDS_POLY_A 9
#define CDS_POLY_A_R 0
@@ -161,10 +161,10 @@
struct dnaSeq *mrnaSeq, struct psl *psl,
int winStart, enum baseColorDrawOpt drawOpt,
boolean indelShowQInsert, boolean indelShowPolyA);
/* If applicable, draw 1-pixel wide orange lines for query insertions in the
- * middle of the query, 1-pixel wide blue lines for query insertions at the
- * end of the query, and 1-pixel wide green (instead of blue) when a query
+ * middle of the query, 1-pixel wide purple lines for query insertions at the
+ * end of the query, and 1-pixel wide green (instead of purple) when a query
* insertion at the end is a valid poly-A tail. */
void baseColorDrawCleanup(struct linkedFeatures *lf, struct dnaSeq **pMrnaSeq,
struct psl **pPsl);