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/sage/createSageSummary.c src/hg/sage/createSageSummary.c index 2b6ba8a..a545107 100644 --- src/hg/sage/createSageSummary.c +++ src/hg/sage/createSageSummary.c @@ -1,15 +1,18 @@ +/* Copyright (C) 2011 The Regents of the University of California + * See README in this or parent directory for licensing information. */ + /** \page createSageSummary.doxp createSageSummary Doc Page
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" #include "sage.h"