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/pseudoGeneLink.h src/hg/inc/pseudoGeneLink.h index f623ecf..0862412 100644 --- src/hg/inc/pseudoGeneLink.h +++ src/hg/inc/pseudoGeneLink.h @@ -1,19 +1,22 @@ /* pseudoGeneLink.h was originally generated by the autoSql program, which also * generated pseudoGeneLink.c and pseudoGeneLink.sql. This header links the database and * the RAM representation of objects. */ +/* Copyright (C) 2007 The Regents of the University of California + * See README in this or parent directory for licensing information. */ + #ifndef PSEUDOGENELINK_H #define PSEUDOGENELINK_H #define PSEUDOGENELINK_NUM_COLS 56 struct pseudoGeneLink /* links a gene/pseudogene prediction to an ortholog or paralog. */ { struct pseudoGeneLink *next; /* Next in singly linked list. */ char *chrom; /* Reference sequence chromosome or scaffold */ unsigned chromStart; /* pseudogene alignment start position */ unsigned chromEnd; /* pseudogene alignment end position */ char *name; /* Name of pseudogene */ unsigned score; /* score of pseudogene with gene */ char strand[3]; /* + or - */