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/patCount/patCount.c src/hg/patCount/patCount.c index cf4d3ce..d578418 100644 --- src/hg/patCount/patCount.c +++ src/hg/patCount/patCount.c @@ -1,19 +1,22 @@ /* PatCount - Counts up the number of occurences of each * oligo of a fixed size (up to 13) in input sequence. * Writes all patterns that are overrepresented according * to a threshold to output. */ + +/* Copyright (C) 2011 The Regents of the University of California + * See README in this or parent directory for licensing information. */ #include "common.h" #include "dnaseq.h" #include "fa.h" #include "sig.h" void usage() { errAbort("patCount - counts up the number of occurences of each\n" "oligo of a fixed size (up to 13) in input. Writes out\n" "all patterns that are overrepresented by at least factor\n" "to output, which is a binary .ooc file used by patSpace\n" "nucleotide homology algorithms.\n" "usage:\n" " patCount out.ooc oligoSize overFactor faFiles(s)\n"