0716e4729afd2fe9750321279fe0ef6765bf01de chinhli Tue Aug 16 13:17:16 2011 -0700 Finished GeneReviews for UCSC knownGenes (hg19) diff --git src/hg/hgc/hgc.c src/hg/hgc/hgc.c index b129716..b56c61d 100644 --- src/hg/hgc/hgc.c +++ src/hg/hgc/hgc.c @@ -23800,32 +23800,32 @@ if (firstTime) { printf("<BR><B> GeneReview available for %s:</B><BR>",itemName); printf("%s<BR>",clickMsg); firstTime = FALSE; printf("<PRE>"); // #1234567890123456789012345678901234567890 printf("Short name Disease ID GeneTests disease name<BR>"); printf("-----------------------------------------------------------"); printf("-----------------------------------------------------------"); printf("----------------------------------<BR>"); } printf("<A HREF=\"http://www.ncbi.nlm.nih.gov/books/n/gene/%s\" TARGET=_blank><B>%s</B></A>", grShort, grShort); - if (strlen(grShort) <= 20) { - for (i = 0; i < 28-strlen(grShort); i ++ ) + if (strlen(grShort) <= 15) { + for (i = 0; i < 15-strlen(grShort); i ++ ) { printf("%s", " " ); } } printf("%-10s %s<BR>", diseaseID, diseaseName); } /* end while */ printf("</PRE>"); printf("<BR>"); } /* end of prGeneReviews */ void prGRShortRefGene(struct sqlConnection *conn, char *itemName) /* print GeneReviews short label associated to this refGene item */ { struct sqlResult *sr; char **row;