]> git.pld-linux.org Git - packages/R-GenomicFeatures.git/blame - R-GenomicFeatures.spec
- up to 1.14.2
[packages/R-GenomicFeatures.git] / R-GenomicFeatures.spec
CommitLineData
a02be990
JR
1%define packname GenomicFeatures
2
3Summary: Tools for making and manipulating transcript centric annotations
4Name: R-%{packname}
a7f320c2 5Version: 1.14.2
a02be990
JR
6Release: 1
7License: Artistic 2.0
8Group: Applications/Math
9Source0: http://www.bioconductor.org/packages/release/bioc/src/contrib/%{packname}_%{version}.tar.gz
a7f320c2
JR
10# Source0-md5: aa2f5d703ebcae45963fafcf97fee42e
11URL: http://www.bioconductor.org/packages/release/bioc/html/GenomicFeatures.html
a02be990
JR
12BuildRequires: R
13BuildRequires: R-AnnotationDbi >= 1.19.36
14BuildRequires: R-BiocGenerics
15BuildRequires: R-GenomicRanges >= 1.11.11
16BuildRequires: R-IRanges-devel >= 1.17.13
17BuildRequires: R-Biostrings
18BuildRequires: R-rtracklayer
19BuildRequires: R-biomaRt
20BuildRequires: R-cran-RCurl
21BuildRequires: texlive-latex
22Requires: R
23Requires: R-AnnotationDbi >= 1.19.36
24Requires: R-BiocGenerics
25Requires: R-GenomicRanges >= 1.11.11
26Requires: R-IRanges >= 1.17.13
27Requires: R-Biostrings
28Requires: R-rtracklayer
29Requires: R-biomaRt
30Requires: R-cran-RCurl
31BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
32
33%description
34A set of tools and methods for making and manipulating transcript
35centric annotations. With these tools the user can easily download
36the genomic locations of the transcripts, exons and cds of a given
37organism, from either the UCSC Genome Browser or a BioMart database
38(more sources will be supported in the future). This information is
39then stored in a local database that keeps track of the relationship
40between transcripts, exons, cds and genes. Flexible methods are
41provided for extracting the desired features in a convenient format.
42
43%prep
44%setup -q -c -n %{packname}
45
46%build
47
48%install
49rm -rf $RPM_BUILD_ROOT
50install -d $RPM_BUILD_ROOT%{_libdir}/R/library
51
52%{_bindir}/R CMD INSTALL -l $RPM_BUILD_ROOT%{_libdir}/R/library %{packname}
53
54%clean
55rm -rf $RPM_BUILD_ROOT
56
57%files
58%defattr(644,root,root,755)
59%dir %{_libdir}/R/library/%{packname}/
60%doc %{_libdir}/R/library/%{packname}/doc/
61%doc %{_libdir}/R/library/%{packname}/html/
62%doc %{_libdir}/R/library/%{packname}/DESCRIPTION
63%doc %{_libdir}/R/library/%{packname}/NEWS
64%{_libdir}/R/library/%{packname}/INDEX
65%{_libdir}/R/library/%{packname}/NAMESPACE
66%{_libdir}/R/library/%{packname}/Meta/
67%{_libdir}/R/library/%{packname}/R/
68%{_libdir}/R/library/%{packname}/extdata/
69%{_libdir}/R/library/%{packname}/help/
70%{_libdir}/R/library/%{packname}/unitTests/
71%{_libdir}/R/library/%{packname}/script
72%{_libdir}/R/library/%{packname}/txdb-template
This page took 0.116244 seconds and 4 git commands to generate.