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/lib/wigAsciiToBinary.c src/hg/lib/wigAsciiToBinary.c index 914abc5..7c13e9d 100644 --- src/hg/lib/wigAsciiToBinary.c +++ src/hg/lib/wigAsciiToBinary.c @@ -1,15 +1,18 @@ +/* Copyright (C) 2014 The Regents of the University of California + * See README in this or parent directory for licensing information. */ + /* wigAsciiToBinary - convert ascii Wiggle data to binary file * plus, produces file to read for load into database * * The format of the incoming data is described at: * http://hgwdev.cse.ucsc.edu/encode/submission.html#WIG * * Incoming data points are chunked up into blocks. * Each block of data is described by an SQL row in the .wig file * output. The data values are converted to single bytes in a * binning scheme. These binary bytes are written to the .wib file. * * The binary data file is simply one unsigned char value per byte. * The suffix for this binary data file is: .wib - wiggle binary * * The second file produced is a bed-like format file, with chrom,