File: control

package info (click to toggle)
reprof 1.0.1-9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 43,116 kB
  • sloc: perl: 867; sh: 484; makefile: 58
file content (44 lines) | stat: -rw-r--r-- 1,729 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
44
Source: reprof
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Peter Hoenigschmid <hoenigschmid@rostlab.org>,
           Laszlo Kajan <lkajan@rostlab.org>,
           Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libmodule-build-perl
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/med-team/reprof
Vcs-Git: https://salsa.debian.org/med-team/reprof.git
Homepage: https://rostlab.org/
Rules-Requires-Root: no

Package: reprof
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends},
         librg-reprof-bundle-perl
Description: protein secondary structure and accessibility predictor
 'reprof' is an improved implementation of 'prof', a popular protein secondary
 structure and accessibility predictor.  Prediction is either
 done from protein sequence alone or from an alignment - the latter should be
 used for optimal performance.
 .
 This package provides the 'reprof' command.  It is only a command line
 interface to the functionality provided by the modules in
 librg-reprof-bundle-perl.

Package: librg-reprof-bundle-perl
Architecture: all
Section: perl
Depends: ${perl:Depends},
         ${misc:Depends},
         libai-fann-perl
Description: protein secondary structure and accessibility predictor (perl module)
 'reprof' is an improved implementation of 'prof', a popular protein secondary
 structure and accessibility predictor.  Prediction is either
 done from protein sequence alone or from an alignment - the latter should be
 used for optimal performance.
 .
 This package provides the perl modules implementing 'reprof' along with the
 necessary data files.