src/hg/gsid/gsidTable/configure.c 1.4
1.4 2009/10/16 17:10:37 fanhsu
Disable DNA Sequences and Protein Sequences options per GSID request.
Index: src/hg/gsid/gsidTable/configure.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/gsid/gsidTable/configure.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -b -B -U 4 -r1.3 -r1.4
--- src/hg/gsid/gsidTable/configure.c 4 Nov 2007 01:50:44 -0000 1.3
+++ src/hg/gsid/gsidTable/configure.c 16 Oct 2009 17:10:37 -0000 1.4
@@ -50,10 +50,11 @@
/* Write out other rows. */
for (col = colList; col != NULL; col = col->next)
{
+ if (sameWord(col->name, "dnaSeqs")) continue;
+ if (sameWord(col->name, "aaSeqs")) continue;
hPrintf("<TR>");
-
/* Do small label. */
hPrintf("<TD>%s</TD>", col->shortLabel);
/* Do on/off dropdown. */