[samtools/f13/master] Updated to 0.1.8

ron ron at fedoraproject.org
Tue Aug 17 09:28:36 UTC 2010


commit be4d4fe47b5b174259b16b3f152d6f5d4dd47dd5
Author: Rasmus Ory Nielsen <ron at fedoraproject.org>
Date:   Tue Aug 17 11:27:39 2010 +0200

    Updated to 0.1.8

 .gitignore    |    2 +-
 samtools.spec |   13 ++++++++++---
 sources       |    2 +-
 3 files changed, 12 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c62e948..846cb0e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-samtools-0.1.7a.tar.bz2
+/samtools-0.1.8.tar.bz2
diff --git a/samtools.spec b/samtools.spec
index f5d274f..4dacfbf 100644
--- a/samtools.spec
+++ b/samtools.spec
@@ -1,5 +1,5 @@
 Name:		samtools
-Version:	0.1.7a
+Version:	0.1.8
 Release:	1%{?dist}
 Summary:	Tools for nucleotide sequence alignments in the SAM format
 
@@ -21,6 +21,9 @@ manipulating alignments in the SAM format.
 %prep
 %setup -q
 
+# fix wrong interpreter
+perl -pi -e "s[/software/bin/python][%{__python}]" misc/varfilter.py
+
 
 %build
 make CFLAGS="%{optflags}" samtools razip %{?_smp_mflags}
@@ -40,8 +43,9 @@ cp -p samtools.1.gz %{buildroot}%{_mandir}/man1/
 
 cd misc/
 install -p blast2sam.pl bowtie2sam.pl export2sam.pl interpolate_sam.pl	\
-    maq2sam-long maq2sam-short md5fa md5sum-lite novo2sam.pl sam2vcf.pl	\
-    samtools.pl soap2sam.pl wgsim wgsim_eval.pl zoom2sam.pl		\
+    maq2sam-long maq2sam-short md5fa md5sum-lite novo2sam.pl psl2sam.pl \
+    sam2vcf.pl samtools.pl soap2sam.pl varfilter.py wgsim wgsim_eval.pl \
+    zoom2sam.pl								\
     %{buildroot}%{_bindir}
 
 
@@ -57,6 +61,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Tue Aug 17 2010 Rasmus Ory Nielsen <ron at ron.dk> - 0.1.8-1
+- Updated to 0.1.8.
+
 * Mon Nov 30 2009 Rasmus Ory Nielsen <ron at ron.dk> - 0.1.7a-1
 - Updated to 0.1.7a.
 
diff --git a/sources b/sources
index 40fd4ce..1ebcd9c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5e5aed8f0e0ec0009a3f0bb3e639c18b  samtools-0.1.7a.tar.bz2
+db9e8d3acbe5dc040ff20a04a1bf1891  samtools-0.1.8.tar.bz2


More information about the scm-commits mailing list