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/sage/createSageSummary.c src/hg/sage/createSageSummary.c index a545107..9a945b3 100644 --- src/hg/sage/createSageSummary.c +++ src/hg/sage/createSageSummary.c @@ -1,17 +1,17 @@ /* Copyright (C) 2011 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. */ /** \page createSageSummary.doxp createSageSummary Doc Page <P>createSageSummary takes the tagList file (i.e. SAGEmap_ug_tag-rel-Nla3-Hs) and the file produced by the createArraysForTags.pl script in ~/cc/sage/sage/extr (i.e. tagExpArrays.tab). The output is a file of sage records from sage.h which have precalculate./createSageSummary SAGEmap_ug_tag-rel-Nla3-Hs tagExpArrays.tab out.tabd unigene entries mean,median, and stdev of tag counts for each experiment. */ #include "common.h" #include "hash.h" #include "linefile.h"