a44421a79fb36cc2036fe116b97ea3bc9590cd0c braney Fri Dec 2 09:34:39 2011 -0800 removed rcsid (#295) diff --git src/hg/lib/mrnaMisMatch.c src/hg/lib/mrnaMisMatch.c index 73274af..b579984 100644 --- src/hg/lib/mrnaMisMatch.c +++ src/hg/lib/mrnaMisMatch.c @@ -1,26 +1,25 @@ /* mrnaMisMatch.c was originally generated by the autoSql program, which also * generated mrnaMisMatch.h and mrnaMisMatch.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 "mrnaMisMatch.h" -static char const rcsid[] = "$Id: mrnaMisMatch.c,v 1.1 2005/06/17 21:18:15 baertsch Exp $"; struct mrnaMisMatch *mrnaMisMatchLoad(char **row) /* Load a mrnaMisMatch from row fetched with select * from mrnaMisMatch * from database. Dispose of this with mrnaMisMatchFree(). */ { struct mrnaMisMatch *ret; AllocVar(ret); ret->misMatchCount = sqlSigned(row[3]); ret->snpCount = sqlSigned(row[9]); ret->name = cloneString(row[0]); ret->mrnaBase = row[1][0]; ret->mrnaLoc = sqlSigned(row[2]); ret->bases = cloneString(row[4]); {