4898794edd81be5285ea6e544acbedeaeb31bf78 max Tue Nov 23 08:10:57 2021 -0800 Fixing pointers to README file for license in all source code files. refs #27614 diff --git src/hg/inc/annoGratorGpVar.h src/hg/inc/annoGratorGpVar.h index 43ab56d..7e97196 100644 --- src/hg/inc/annoGratorGpVar.h +++ src/hg/inc/annoGratorGpVar.h @@ -1,19 +1,19 @@ /* annoGratorGpVar -- integrate pgSNP or VCF with gene pred and make gpFx predictions */ /* Copyright (C) 2013 The Regents of the University of California - * See README in this or parent directory for licensing information. */ + * See kent/LICENSE or http://genome.ucsc.edu/license/ for licensing information. */ #ifndef ANNOGRATORGPVAR_H #define ANNOGRATORGPVAR_H #include "annoGrator.h" struct annoGratorGpVarFuncFilter { boolean intergenic; // Include variants not close to any gene boolean upDownstream; // Include variants upstream or downstream of gene boolean nmdTranscript; // Include variants in transcripts already subject to NMD boolean exonLoss; // Include variants that cause exon loss boolean utr; // Include variants in 5' or 3' UTR boolean cdsSyn; // Include synonymous variants in CDS boolean cdsNonSyn; // Include non-synonymous variants in CDS