f4e0606cb75ecbf02e1c8c4f8e0bff40f524777c galt Fri May 24 23:36:26 2013 -0700 removed unneeded cartWebEnd call diff --git src/hg/hgc/hgc.c src/hg/hgc/hgc.c index 4a83c41..3e756c5 100644 --- src/hg/hgc/hgc.c +++ src/hg/hgc/hgc.c @@ -5753,31 +5753,30 @@ * want to display RNA info, so leave here */ hFreeConn(&conn); htmlHorizontalLine(); printf("mRNA %s alignment does not meet minimum alignment criteria on this assembly.", acc); return; } htmlHorizontalLine(); printf("

%s/Genomic Alignments

", type); if (startsWith("mrnaBlastz",tdb->table)) slSort(&pslList, pslCmpScoreDesc); printAlignments(pslList, start, "htcCdnaAli", table, acc); printTrackHtml(tdb); hFreeConn(&conn); -cartWebEnd(cart); } void printPslFormat(struct sqlConnection *conn, struct trackDb *tdb, char *item, int start, char *subType) /* Handles click in affyU95 or affyU133 tracks */ { struct psl *pslList = getAlignments(conn, tdb->table, item); struct psl *psl; char *face = "Times"; /* specifies font face to use */ char *fsize = "+1"; /* specifies font size */ /* check if there is an alignment available for this sequence. This checks * both genbank sequences and other sequences in the seq table. If so, * set it up so they can click through to the alignment. */ if (hGenBankHaveSeq(database, item, NULL))