src/hg/hgTables/makefile 1.51
1.51 2009/03/12 16:45:16 kent
Making filter and non-base-pair intersections work with bigWig. (Base-by-base intersections work 80%, but going to have to change design to get last 20% working.) Fixed bug I introduced in correlation of regular wig that Kayla spotted. Moving bigWig stuff to it's own module.
Index: src/hg/hgTables/makefile
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/hgTables/makefile,v
retrieving revision 1.50
retrieving revision 1.51
diff -b -B -U 4 -r1.50 -r1.51
--- src/hg/hgTables/makefile 10 Mar 2009 00:33:59 -0000 1.50
+++ src/hg/hgTables/makefile 12 Mar 2009 16:45:16 -0000 1.51
@@ -7,9 +7,9 @@
A = hgTables
T = tstbug.o
-O = $A.o asObj.o bedList.o chromGraph.o compositeTrack.o custom.o filterFields.o \
+O = $A.o asObj.o bedList.o bigWig.o chromGraph.o compositeTrack.o custom.o filterFields.o \
gffOut.o identifiers.o intersect.o correlate.o correlatePlot.o \
joining.o maf.o mainPage.o rangeHistogram.o schema.o pal.o \
seqOut.o sumStats.o usage.o wiggle.o wikiTrack.o galaxy.o userRegions.o
@@ -41,8 +41,9 @@
# all objects depend on hgTables.h
asObj.o: hgTables.h
bedList.o: hgTables.h correlate.h
+bigWig.o: hgTables.h
custom.o: hgTables.h
compositeTrack.o: hgTables.h
filterFields.o: hgTables.h
galaxy.o: hgTables.h