src/utils/makefile 1.74

1.74 2009/11/13 00:26:29 kent
Adding new bigWigToWig utility. You won't get _exactly_ the same wig that you gave to wigToBigWig back. It'll omit printing the decimal point in the floating point values when possible, and also it will break up large sections into medium-sized ones. Still at least it keeps fixedStep and varStep rather than converting everything to bedGraph.
Index: src/utils/makefile
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/utils/makefile,v
retrieving revision 1.73
retrieving revision 1.74
diff -b -B -U 4 -r1.73 -r1.74
--- src/utils/makefile	21 Jul 2009 20:52:43 -0000	1.73
+++ src/utils/makefile	13 Nov 2009 00:26:29 -0000	1.74
@@ -54,8 +54,9 @@
 	bigBedToBed \
 	bigWigInfo \
 	bigWigSummary \
 	bigWigToBedGraph \
+	bigWigToWig \
 	calc \
 	catDir \
 	catUncomment \
 	ccCp \