a44421a79fb36cc2036fe116b97ea3bc9590cd0c braney Fri Dec 2 09:34:39 2011 -0800 removed rcsid (#295) diff --git src/hg/hgGene/otherOrgs.c src/hg/hgGene/otherOrgs.c index e26d524..37c0e8b 100644 --- src/hg/hgGene/otherOrgs.c +++ src/hg/hgGene/otherOrgs.c @@ -1,28 +1,27 @@ /* otherOrgs.c - Handle other species homolog section. */ #include "common.h" #include "hash.h" #include "linefile.h" #include "dystring.h" #include "hui.h" #include "web.h" #include "hdb.h" #include "axt.h" #include "hgGene.h" -static char const rcsid[] = "$Id: otherOrgs.c,v 1.29 2009/02/13 02:38:28 markd Exp $"; struct otherOrg /* Links involving another organism. */ { struct otherOrg *next; /* Next in list. */ double priority; /* Order to print in. */ char *name; /* Symbolic name. */ char *shortLabel; /* Short human-readable label. */ char *idSql; /* SQL to create ID. */ char *idToProtIdSql;/* Convert from id to protein ID. */ char *otherIdSql; /* Convert from our id to other database ID. */ char *otherIdSql2; /* Try this if first otherIdSql doesn't work. */ char *genomeUrl; /* URL of genome browser link. */ char *sorterUrl; /* URL of gene sorter link. */ char *geneUrl; /* URL of hgGene link */