a44421a79fb36cc2036fe116b97ea3bc9590cd0c braney Fri Dec 2 09:34:39 2011 -0800 removed rcsid (#295) diff --git src/hg/lib/affy120KDetails.c src/hg/lib/affy120KDetails.c index bc8255a..7672adb 100644 --- src/hg/lib/affy120KDetails.c +++ src/hg/lib/affy120KDetails.c @@ -1,26 +1,25 @@ /* affy120KDetails.c was originally generated by the autoSql program, which also * generated affy120KDetails.h and affy120KDetails.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 "affy120KDetails.h" -static char const rcsid[] = "$Id: affy120KDetails.c,v 1.3 2005/04/11 08:13:42 markd Exp $"; void affy120KDetailsStaticLoad(char **row, struct affy120KDetails *ret) /* Load a row from affy120KDetails table into ret. The contents of ret will * be replaced at the next call to this function. */ { ret->affyId = sqlSigned(row[0]); ret->rsId = row[1]; strcpy(ret->baseA, row[2]); strcpy(ret->baseB, row[3]); strcpy(ret->sequenceA, row[4]); strcpy(ret->sequenceB, row[5]); strcpy(ret->enzyme, row[6]); ret->minFreq = atof(row[7]); ret->hetzyg = atof(row[8]); ret->avHetSE = atof(row[9]);