0513e85cc01843ecc411b86dfce9180a8d1acf37
max
  Thu Mar 22 17:40:16 2012 -0700
make individual sequences for publications track clickable, show alignments, correct mouseOvers // Also changs text that is shown for PDF Output in hgTracks (see email with Ann/Donna/Brian)
diff --git src/hg/hgc/hgc.c src/hg/hgc/hgc.c
index f3c666c..dffa3b1 100644
--- src/hg/hgc/hgc.c
+++ src/hg/hgc/hgc.c
@@ -6867,31 +6867,30 @@
 /* Write (to stdout) the main html page containing just the frame info. */
 if (partPsl != wholePsl)
     printf("<FRAMESET COLS = \"13%%,87%% \" "
 	   "ONLOAD=\"body.location.href = '%s#cDNAStart';\">\n",
 	   bodyTn.forCgi);
 else
     puts("<FRAMESET COLS = \"13%,87% \" >");
 printf("  <FRAME SRC=\"%s\" NAME=\"index\">\n", indexTn.forCgi);
 printf("  <FRAME SRC=\"%s\" NAME=\"body\">\n", bodyTn.forCgi);
 puts("<NOFRAMES><BODY></BODY></NOFRAMES>");
 puts("</FRAMESET>");
 puts("</HTML>\n");
 exit(0);	/* Avoid cartHtmlEnd. */
 }
 
-
 void htcCdnaAli(char *acc)
 /* Show alignment for accession. */
 {
 char query[256];
 char table[64];
 char accTmp[64];
 struct sqlConnection *conn;
 struct sqlResult *sr;
 char **row;
 struct psl *psl;
 struct dnaSeq *rnaSeq;
 char *aliTable;
 int start;
 unsigned int cdsStart = 0, cdsEnd = 0;
 boolean hasBin;