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/wigDataStream.c src/hg/lib/wigDataStream.c index 6a8f8b1..890d802 100644 --- src/hg/lib/wigDataStream.c +++ src/hg/lib/wigDataStream.c @@ -472,31 +472,31 @@ if (wds->isFile) fprintf (fh, "#\tfrom file input, output date: %s UTC\n", dateStamp); freeMem(dateStamp); } static void showResolution(double resolution, FILE *fh) { if (resolution > 0.0) fprintf (fh, "#\tThis data has been compressed with a minor " "loss in resolution.\n" ); fprintf (fh, "#\t(Worst case: %g) The original source data\n", resolution); fprintf (fh, "#\t(before querying and compression) is available at \n" - "#\t\thttp://hgdownload.cse.ucsc.edu/downloads.html\n"); + "#\t\thttp://hgdownload.soe.ucsc.edu/downloads.html\n"); } static void showResolutionNoDownloads(double resolution, FILE *fh) { if (resolution > 0.0) fprintf (fh, "#\tThis data has been compressed with a minor " "loss in resolution.\n" ); fprintf (fh, "#\t(Worst case: %g)\n", resolution); } static void showConstraints(struct wiggleDataStream *wds, FILE *fh) { if (wds->chrName) fprintf (fh, "#\tchrom specified: %s\n", wds->chrName); if (wds->spanLimit)