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/lib/annoGrateWig.c src/lib/annoGrateWig.c index 7872e0c..47cda06 100644 --- src/lib/annoGrateWig.c +++ src/lib/annoGrateWig.c @@ -1,17 +1,20 @@ /* annoGrateWig -- subclass of annoGrator for bigWig or wiggle data */ +/* Copyright (C) 2013 The Regents of the University of California + * See README in this or parent directory for licensing information. */ + #include "annoGrateWig.h" #include "annoStreamBigWig.h" struct annoGrateWig { struct annoGrator grator; // external annoGrator interface struct annoGrator *mySource; // internal annoGrator of wigDb rows struct lm *lm; // localmem for rows from mySource int lmRowCount; // counter for periodic cleanup }; static void tidyUp(const struct annoRow *rowIn, struct annoRow **pOutList, uint primaryStart, uint primaryEnd, struct lm *callerLm) /* This takes a wiggle chunk coming from a .wig/database row and makes it into * zero or more tidy little NAN-less annoRows. Trim rowIn to the bounds of