a44421a79fb36cc2036fe116b97ea3bc9590cd0c braney Fri Dec 2 09:34:39 2011 -0800 removed rcsid (#295) diff --git src/hg/hgGene/flyBaseInfo.c src/hg/hgGene/flyBaseInfo.c index bc57305..8752c7e 100644 --- src/hg/hgGene/flyBaseInfo.c +++ src/hg/hgGene/flyBaseInfo.c @@ -1,28 +1,27 @@ /* flyBaseInfo - print out selected information from flybase. */ #include "common.h" #include "hash.h" #include "linefile.h" #include "dystring.h" #include "hdb.h" #include "spDb.h" #include "hgGene.h" #include "fbTables.h" #include "bdgpExprLink.h" -static char const rcsid[] = "$Id: flyBaseInfo.c,v 1.8 2006/03/06 17:46:34 angie Exp $"; boolean isFly() /* Return true if organism is D. melanogaster. */ { return(sameWord(hOrganism(database), "D. melanogaster")); } char *getFlyBaseId(struct sqlConnection *conn, char *geneId) /* Return flyBase ID of gene if any. */ { if (sqlTableExists(conn, "bdgpGeneInfo")) { char query[256]; char *cutId = cloneString(geneId); char *e = strchr(cutId, '-');