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/snpFasta.h src/hg/inc/snpFasta.h index f52931a..8f91fd0 100644 --- src/hg/inc/snpFasta.h +++ src/hg/inc/snpFasta.h @@ -1,19 +1,22 @@ /* snpFasta.h was originally generated by the autoSql program, which also * generated snpFasta.c and snpFasta.sql. This header links the database and * the RAM representation of objects. */ +/* Copyright (C) 2006 The Regents of the University of California + * See README in this or parent directory for licensing information. */ + #ifndef SNPFASTA_H #define SNPFASTA_H #define SNPFASTA_NUM_COLS 7 struct snpFasta /* Polymorphism data from dbSnp rs_fasta files */ { struct snpFasta *next; /* Next in singly linked list. */ char *rsId; /* Reference SNP identifier */ char *chrom; /* Chromosome (can be 'multi') */ char *molType; /* Sample type from exemplar ss */ char *class; /* Single, in-del, heterozygous, microsatelite, named, etc. */ char *observed; /* The sequences of the observed alleles from rs-fasta files */ char *leftFlank; /* Left flanking sequence */