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/hapmapPhaseIIISummary.h src/hg/inc/hapmapPhaseIIISummary.h index 7b32b7e..58bc947 100644 --- src/hg/inc/hapmapPhaseIIISummary.h +++ src/hg/inc/hapmapPhaseIIISummary.h @@ -1,19 +1,22 @@ /* hapmapPhaseIIISummary.h was originally generated by the autoSql program, which also * generated hapmapPhaseIIISummary.c and hapmapPhaseIIISummary.sql. This header links the database and * the RAM representation of objects. */ +/* Copyright (C) 2009 The Regents of the University of California + * See README in this or parent directory for licensing information. */ + #ifndef HAPMAPPHASEIIISUMMARY_H #define HAPMAPPHASEIIISUMMARY_H #define HAPMAPPHASEIIISUMMARY_NUM_COLS 18 struct hapmapPhaseIIISummary /* HapMap Phase III allele summaries for filtering (BED 5+) */ { struct hapmapPhaseIIISummary *next; /* Next in singly linked list. */ char *chrom; /* Chromosome */ unsigned chromStart; /* Start position in chrom (0 based) */ unsigned chromEnd; /* End position in chrom (1 based) */ char *name; /* Reference SNP identifier from dbSnp */ unsigned score; /* Average of population heterozygosities in parts per thousand (0-500) */ char *observed; /* Observed string from genotype file */