src/hg/hgc/hgc.c 1.1529

1.1529 2009/04/22 22:47:14 hiram
GeneLynx.com is no longer available
Index: src/hg/hgc/hgc.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/hgc/hgc.c,v
retrieving revision 1.1528
retrieving revision 1.1529
diff -b -B -U 4 -r1.1528 -r1.1529
--- src/hg/hgc/hgc.c	22 Apr 2009 22:44:02 -0000	1.1528
+++ src/hg/hgc/hgc.c	22 Apr 2009 22:47:14 -0000	1.1529
@@ -4690,24 +4690,8 @@
     appendAuthor(dy, s, len);
     }
 }
 
-void printGeneLynxName(char *search)
-/* Print link to GeneLynx search using gene name (WNT2, CFTR etc) */
-{
-printf("<B>GeneLynx</B> ");
-printf("<A HREF=\"http://www.genelynx.org/cgi-bin/linklist?tableitem=GLID_NAME.name&IDlist=%s&dir=1\" TARGET=_blank>", search);
-printf("%s</A><BR>\n", search);
-}
-
-void printGeneLynxAcc(char *search)
-/* Print link to GeneLynx search using accession (X07876, BC001451 etc) */
-{
-printf("<B>GeneLynx</B> ");
-printf("<A HREF=\"http://human.genelynx.org/cgi-bin/fullsearch?fullquery=%s&submit=submit\" TARGET=_blank>", search);
-printf("%s</A><BR>\n", search);
-}
-
 /* --- !!! Riken code is under development Fan. 4/16/02 */
 void printRikenInfo(char *acc, struct sqlConnection *conn )
 /* Print Riken annotation info */
 {
@@ -5013,12 +4997,8 @@
     if (hasVersion)
         {
         printf("<B>Version:</B> %s<BR>\n", version);
         }
-    if ((!isEst) && startsWith("Human", organism))
-	{
-	printGeneLynxAcc(acc);
-	}
     /* print RGD EST Report link if it is Rat genome and it has a link to RGD */
     if (sameWord(organism, "Rat"))
 	{
 	if (hTableExists(database, "rgdEstLink"))
@@ -9259,13 +9239,8 @@
 	if (rl->product[0] != 0)
 	    medlineProductLinkedLine("PubMed on Product", rl->product);
 	}
     printf("\n");
-    if (startsWith("Human", organism))
-        {
-        printGeneLynxName(rl->name);
-	printf("\n");
-        }
     printGeneCards(rl->name);
     }
 if (hTableExists(database, "jaxOrtholog"))
     {