759dffc454d77d37bd807691f91a30871b315051 max Mon Apr 22 17:13:10 2024 -0700 changing exon text, refs #33506 diff --git src/hg/hgTracks/simpleTracks.c src/hg/hgTracks/simpleTracks.c index d42286f..7a677e6 100644 --- src/hg/hgTracks/simpleTracks.c +++ src/hg/hgTracks/simpleTracks.c @@ -2629,41 +2629,41 @@ if transcript is on + strand, the start phase is the exonFrame value, and the end phase is the next exonFrame (3' on DNA) value if transcript is on - strand, the start phase is the previous (=3' on DNA) exonFrame and the end phase is the exonFrame */ { if (startPhase==-1) // UTRs don't have a frame at all { safef(buf, EXONTEXTLEN, ", untranslated region"); } else { char *exonNote = ""; boolean isNotLastExon = (exonIntronNumbercomponents; struct simpleFeature *exon = exons; char *nextExonText; char *prevExonText;