src/hg/hgTracks/cds.c 1.107
1.107 2010/05/20 19:53:22 kent
More track/table changes per Angie's suggestions at code review.
Index: src/hg/hgTracks/cds.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/hgTracks/cds.c,v
retrieving revision 1.106
retrieving revision 1.107
diff -b -B -U 4 -r1.106 -r1.107
--- src/hg/hgTracks/cds.c 11 May 2010 01:43:26 -0000 1.106
+++ src/hg/hgTracks/cds.c 20 May 2010 19:53:22 -0000 1.107
@@ -1744,9 +1744,9 @@
drawOpt == baseColorDrawItemCodons ||
drawOpt == baseColorDrawDiffCodons ||
indelShowPolyA)
{
- *retMrnaSeq = maybeGetSeqUpper(lf, tg->track, tg);
+ *retMrnaSeq = maybeGetSeqUpper(lf, tg->table, tg);
if (*retMrnaSeq != NULL && *retPsl != NULL) // we have both sequence and PSL
{
if ((*retMrnaSeq)->size != (*retPsl)->qSize)
errAbort("baseColorDrawSetup: %s: mRNA size (%d) != psl qSize (%d)",