e70152e44cc66cc599ff6b699eb8adc07f3e656a kent Sat May 24 21:09:34 2014 -0700 Adding Copyright NNNN Regents of the University of California to all files I believe with reasonable certainty were developed under UCSC employ or as part of Genome Browser copyright assignment. diff --git src/hg/inc/affyGenoDetails.h src/hg/inc/affyGenoDetails.h index 0f8d05a..2f27c55 100644 --- src/hg/inc/affyGenoDetails.h +++ src/hg/inc/affyGenoDetails.h @@ -1,19 +1,22 @@ /* affyGenoDetails.h was originally generated by the autoSql program, which also * generated affyGenoDetails.c and affyGenoDetails.sql. This header links the database and * the RAM representation of objects. */ +/* Copyright (C) 2003 The Regents of the University of California + * See README in this or parent directory for licensing information. */ + #ifndef AFFYGENODETAILS_H #define AFFYGENODETAILS_H #define AFFYGENODETAILS_NUM_COLS 64 struct affyGenoDetails /* Information from affyGenoDetails representing the Affymetrix 120K SNP array */ { struct affyGenoDetails *next; /* Next in singly linked list. */ unsigned affyId; /* Affymetrix SNP id */ unsigned rsId; /* RS identifier (some are null) */ char baseA[3]; /* The first allele (A) */ char baseB[3]; /* The second allele (B) */ char sequenceA[35]; /* The A allele with flanking sequence */ char sequenceB[35]; /* The B allele with flanking sequence */