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/txGraph/txBedToGraph/txBedToGraph.c src/hg/txGraph/txBedToGraph/txBedToGraph.c index 0500697..59d779e 100644 --- src/hg/txGraph/txBedToGraph/txBedToGraph.c +++ src/hg/txGraph/txBedToGraph/txBedToGraph.c @@ -1,26 +1,26 @@ /* txBedToGraph - Cluster together beds from txPslToBed. Make transcript graphs out of clusters. * The overall flow of the algorithm is: * Read in input, and separate it groups by strand and chromosome. * For each chromosome strand: * Cluster input that overlaps at the exon level. * Turn each cluster into a graph. * This module handles i/o and clustering. The makeGraph module * handles the graph building. */ /* Copyright (C) 2008 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. */ #include "common.h" #include "linefile.h" #include "hash.h" #include "options.h" #include "ggTypes.h" #include "bed.h" #include "dnautil.h" #include "rangeTree.h" #include "binRange.h" #include "txGraph.h" #include "nibTwo.h" #include "txBedToGraph.h" int maxJoinSize = 70000; /* This excludes most of the chr14 IG mess */