a44421a79fb36cc2036fe116b97ea3bc9590cd0c braney Fri Dec 2 09:34:39 2011 -0800 removed rcsid (#295) diff --git src/hg/lib/bgiGeneSnp.c src/hg/lib/bgiGeneSnp.c index 4d19e00..f8a2f11 100644 --- src/hg/lib/bgiGeneSnp.c +++ src/hg/lib/bgiGeneSnp.c @@ -1,26 +1,25 @@ /* bgiGeneSnp.c was originally generated by the autoSql program, which also * generated bgiGeneSnp.h and bgiGeneSnp.sql. This module links the database and * the RAM representation of objects. */ #include "common.h" #include "linefile.h" #include "dystring.h" #include "jksql.h" #include "bgiGeneSnp.h" -static char const rcsid[] = "$Id: bgiGeneSnp.c,v 1.2 2005/04/11 08:13:43 markd Exp $"; void bgiGeneSnpStaticLoad(char **row, struct bgiGeneSnp *ret) /* Load a row from bgiGeneSnp table into ret. The contents of ret will * be replaced at the next call to this function. */ { ret->geneName = row[0]; ret->snpName = row[1]; ret->geneAssoc = row[2]; ret->effect = row[3]; strcpy(ret->phase, row[4]); ret->siftComment = row[5]; } struct bgiGeneSnp *bgiGeneSnpLoad(char **row) /* Load a bgiGeneSnp from row fetched with select * from bgiGeneSnp