src/hg/hgc/hgc.c 1.1564

1.1564 2009/08/05 19:50:17 giardine
Put ORegAnno links back in
Index: src/hg/hgc/hgc.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/hgc/hgc.c,v
retrieving revision 1.1563
retrieving revision 1.1564
diff -b -B -U 4 -r1.1563 -r1.1564
--- src/hg/hgc/hgc.c	28 Jul 2009 15:57:39 -0000	1.1563
+++ src/hg/hgc/hgc.c	5 Aug 2009 19:50:17 -0000	1.1564
@@ -19968,11 +19968,8 @@
     sr = sqlGetResult(conn, query);
     while ((row = sqlNextRow(sr)) != NULL)
         {
         struct oregannoLink link;
-        /* skip ORegAnno links until they are fixed */
-        if (!sameString(oregannoAttributes[i], "SrcLink") )
-            {
         used++;
         if (used == 1)
             {
             if (!prevLabel || differentString(prevLabel, oregannoAttrLabel[i]))
@@ -19990,9 +19987,8 @@
         oregannoLinkStaticLoad(row, &link);
         printOregannoLink(&link);
         printf("<BR>\n");
             }
-        }
     freeMem(tab);
     }
 if (listStarted > 0)
     printf("</DD></DL>");