rpms/R-Rsolid/devel R-Rsolid.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

verdurin verdurin at fedoraproject.org
Sun Jul 18 20:15:20 UTC 2010


Author: verdurin

Update of /cvs/pkgs/rpms/R-Rsolid/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv5063/devel

Modified Files:
	.cvsignore sources 
Added Files:
	R-Rsolid.spec import.log 
Log Message:
Initial import



--- NEW FILE R-Rsolid.spec ---
%global packname  Rsolid

Name:		  R-%{packname}
Version:	  0.9.2
Release:	  4%{?dist}
Summary:	  Quantile normalization and base calling for second generation sequencing data

Group:		  Applications/Engineering 
License:	  Artistic 2.0
URL:		  http://rafalab.jhsph.edu/Rsolid/
Source0:	  http://rafalab.jhsph.edu/Rsolid/Rsolid_0.9-2.tar.gz
BuildRoot:	  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:	  R-devel tex(latex) hdf5-devel 
Requires:	  R-core

%package	  devel
Summary:	  Development files for %{name}
Group:		  Development/Libraries
Requires:	  %{name} = %{version}

%description

Rsolid is an R package for normalizing fluorescent intensity data from
ABI/SOLiD second generation sequencing platform. It has been observed
that the color-calls provided by factory software contain technical
artifacts, where the proportions of colors called are extremely
variable across sequencing cycles. Under the random DNA fragmentation
assumption, these proportions should be equal across sequencing cycles
and proportional to the dinucleotide frequencies of the sample.

Rsolid implements a version of the quantile normalization algorithm
that transforms the intensity values before calling colors. Results
show that after normalization, the total number of mappable reads
increases by around 5%, and number of perfectly mapped reads increases
by 10%. Moreover a 2-5% reduction in overall error rates is observed,
with a 2-6% reduction in the rate of valid adjacent color
mis-matches. The latter is important, since it leads to a decrease in
false-positive SNP calls.

The normalization algorithm is computationally efficient. In a test we
are able to process 300 million reads in 2 hours using 10 computer
cluster nodes. The engine functions of the package are written in C
for better performance.

%description	devel

The %{name}-devel  package contains header and library files for
developing applications that use %{name}

%prep
%setup -q -c -n %{packname}

%build

%install
rm -rf %{buildroot}



# x86/x86_64 -> Architecture dependent package
mkdir -p %{buildroot}%{_libdir}/R/library 
R CMD INSTALL %{packname} --configure-args="--with-hdf5=%{_prefix}" -l %{buildroot}%{_libdir}/R/library
# Clean up in advance of check
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -rf %{buildroot}%{_libdir}/R/library/R.css



%check
%{_bindir}/R CMD check %{packname}

%clean
rm -rf %{buildroot}

%files
%defattr(-, root, root, -)
%dir %{_libdir}/R/library/%{packname}
%doc %{_libdir}/R/library/%{packname}/DESCRIPTION
%doc %{_libdir}/R/library/%{packname}/html
%{_libdir}/R/library/%{packname}/INDEX
%{_libdir}/R/library/%{packname}/Meta
%{_libdir}/R/library/%{packname}/R
%{_libdir}/R/library/%{packname}/data
%{_libdir}/R/library/%{packname}/help
%{_libdir}/R/library/%{packname}/libs

%files	devel
%defattr(-, root, root, -)
%{_libdir}/R/library/%{packname}/include


%changelog
* Fri Jul 16 2010 Adam Huffman <bloch at verdurin.com> - 0.9.2-4
- fix duplicated files entries

* Fri Jul 16 2010 Adam Huffman <bloch at verdurin.com> - 0.9.2-3
- new upstream release with licensing clarification
- specfile cleanups to address reviewer comments:
  - directory ownership
  - requires

* Mon Jul 12 2010 Adam Huffman <bloch at verdurin.com> - 0.9.2-2
- spec formatting cleanups

* Tue Jul  6 2010 Adam Huffman <bloch at verdurin.com> - 0.9.2-1
- new release with ability to disable bundled HDF5
- fix files section
- -devel subpackage

* Thu Jun 03 2010 Adam Huffman <bloch at verdurin.com> - 0.9.1-1
- initial package for Fedora


--- NEW FILE import.log ---
R-Rsolid-0_9_2-4_fc13:HEAD:R-Rsolid-0.9.2-4.fc13.src.rpm:1279484079


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/R-Rsolid/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	17 Jul 2010 05:50:28 -0000	1.1
+++ .cvsignore	18 Jul 2010 20:15:19 -0000	1.2
@@ -0,0 +1 @@
+Rsolid_0.9-2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/R-Rsolid/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	17 Jul 2010 05:50:28 -0000	1.1
+++ sources	18 Jul 2010 20:15:20 -0000	1.2
@@ -0,0 +1 @@
+4a619392ad87865bc4f4c1588199f75a  Rsolid_0.9-2.tar.gz



More information about the scm-commits mailing list