File: proftmb.spec

package info (click to toggle)
proftmb 1.1.10-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 2,008 kB
  • sloc: cpp: 5,024; sh: 717; makefile: 98
file content (43 lines) | stat: -rw-r--r-- 1,070 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Summary: per-residue prediction of bacterial transmembrane beta barrels
Name: proftmb
Version: 1.1.7
Release: 1
License: NON COMMERCIAL SOFTWARE LICENSE AGREEMENT
Group: Applications/Science
Source: ftp://rostlab.org/%{name}/%{name}-%{version}.tar.gz
URL: http://rostlab.org/
BuildRoot: %{_tmppath}/%{name}-%{version}-root
BuildRequires: help2man, gsl-devel, opt
Requires: pp-popularity-contest

%description
 proftmb provides a four state (up-strand, down-strand, periplasmic loop, and outer loop) per-residue prediction for the protein.
 On a jackknifed test set of 8 families of TMBs of known structure, our method predicted 87.2% of residues correctly.

%prep
%setup -q

%build
%configure
make

%install
rm -rf $RPM_BUILD_ROOT
make DESTDIR=${RPM_BUILD_ROOT} install
rm -rf ${RPM_BUILD_ROOT}/%{_docdir}/%{name}/README

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc AUTHORS
%doc COPYING
%doc README
%{_bindir}/proftmb
%{_mandir}/*/*
%{_datadir}/%{name}/*

%changelog
* Tue Sep 13 2011 Laszlo Kajan <lkajan@rostlab.org> - 1.1.7-1
- First rpm package