[BEDTools] Add Python BR and remove obsolete overlap binary

verdurin verdurin at fedoraproject.org
Wed Jan 4 17:06:47 UTC 2012


commit f4f74b92aebafd39c30be2b2c7ba64fd03b6153e
Author: Adam Huffman <bloch at verdurin.com>
Date:   Wed Jan 4 17:06:14 2012 +0000

    Add Python BR and remove obsolete overlap binary

 BEDTools.spec |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/BEDTools.spec b/BEDTools.spec
index 5931c51..a448e4f 100644
--- a/BEDTools.spec
+++ b/BEDTools.spec
@@ -16,6 +16,7 @@ Source1:	http://bedtools.googlecode.com/files/%{name}-User-Manual.v4.pdf
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	  zlib-devel
+BuildRequires:	  python
 
 %description
 
@@ -92,7 +93,6 @@ rm -rf %{buildroot}
 %{_bindir}/mergeBed
 %{_bindir}/multiBamCov
 %{_bindir}/nucBed
-%{_bindir}/overlap
 %{_bindir}/pairToBed
 %{_bindir}/pairToPair
 %{_bindir}/shuffleBed
@@ -114,6 +114,8 @@ rm -rf %{buildroot}
 * Wed Jan  4 2012 Adam Huffman <verdurin at fedoraproject.org> - 2.15.0-1
 - update to new upstream release 2.15.0
 - new unified command line interface 'bedtools'
+- add python BR for new Makefile target to generate legacy commands
+- remove 'overlap'
 
 * Fri Oct 28 2011 Adam Huffman <bloch at verdurin.com> - 2.13.4-1
 - new upstream minor bugfix release, see http://code.google.com/p/bedtools/


More information about the scm-commits mailing list