110f5e12a634db49ea9aa1ea23ff4965f1c2befe galt Tue Aug 14 13:48:57 2018 -0700 changing cse to soe in domains, sometimes gi. ref #21876 diff --git src/hg/lib/wigAsciiToBinary.c src/hg/lib/wigAsciiToBinary.c index 7c13e9d..32a0a5d 100644 --- src/hg/lib/wigAsciiToBinary.c +++ src/hg/lib/wigAsciiToBinary.c @@ -1,23 +1,23 @@ /* 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 + * http://hgwdev.gi.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, * chromStart, chromEnd, etc. See hg/inc/wiggle.h for structure * definition. The important thing about this file is that it will * have the pointers into the binary data file and statistical * summaries of the data values in this block. * This file extension is: .wig - wiggle