f480811883df9c710d7199b42ccda4606a140d5c kate Thu Jan 14 14:54:58 2016 -0800 Minor style changes. diff --git src/hg/lib/gtexUi.c src/hg/lib/gtexUi.c index 327b3aa..d385542 100644 --- src/hg/lib/gtexUi.c +++ src/hg/lib/gtexUi.c @@ -146,31 +146,31 @@ hashAdd(checkHash, sel->name, sel->name); //puts("
\n", "gtexGene.sortOrder", "tissue=+ samples=+ organ=+ system=+"); puts(" | "); printf(" | Tissue | ", onClick); printf("Samples | ", onClick); + "align='left' title='Sort on sample count'> Samples", onClick); printf("Organ | ", onClick); printf("System | ", onClick); puts("\n|
---|---|---|---|---|---|---|
", name, tis->name, isChecked ? "checked" : ""); // color patch printf("\n%s", makeTissueColorPatch(tis)); // tissue name printf("\n | %s | ", tis->description); // sample count int samples = hashIntValDefault(tscHash, tis->name, 0); - printf("\n%d | ", samples, samples); + printf("\n%d | ", samples, samples); // organ - printf("\n%s | ", tis->organ); + printf("\n%s | ", tis->organ); // system printf("\n%s | ", getSystem(tis)); puts("\n