File: control

package info (click to toggle)
libtfbs-perl 0.7.1%2Bds-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,016 kB
  • sloc: perl: 10,728; ansic: 1,228; makefile: 560; sh: 9
file content (48 lines) | stat: -rw-r--r-- 2,015 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
45
46
47
48
Source: libtfbs-perl
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Steffen Moeller <moeller@debian.org>,
           Charles Plessy <plessy@debian.org>,
           Andreas Tille <tille@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-sequence-pdl,
               perl:native,
               perl-xs-dev,
               pdl (>= 1:2.016),
               libcrypt-dev,
               bioperl,
               libwww-perl <!nocheck>,
               libdbi-perl <!nocheck>
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/med-team/libtfbs-perl
Vcs-Git: https://salsa.debian.org/med-team/libtfbs-perl.git
Homepage: http://tfbs.genereg.net
Rules-Requires-Root: no

Package: libtfbs-perl
Architecture: any
Depends: ${perl:Depends},
         ${pdl:Depends},
         ${shlibs:Depends},
         ${misc:Depends},
         bioperl,
         libwww-perl,
         libdbi-perl
Recommends: libgd-gd2-perl | libgd-gd2-noxpm-perl
Description: scanning DNA sequence with a position weight matrix
 The TFBS perl modules comprise a set of routines to interact with the
 Transfac and Jaspar databases that describe a special family of proteins,
 the transcription factors. These bind to genomic DNA to initiate (or
 prevent) the readout of a gene.  Once multiple binding sites are known
 for a transcription factor, these are gathered in a single file and are
 aligned in order to find position-specific characteristica that might
 be used to predict such binding events in novel DNA sequences.
 .
 If you use TFBS in your work, please cite "Lenhard B., Wasserman W.W. (2002)
 TFBS: Computational framework for transcription factor binding site analysis.
 Bioinformatics 18:1135-1136".
 .
 Note: the TFBS perl module is no longer under active development.  All the
 functionality can be found in the TFBSTools Bioconductor package; users are
 highly encouraged to switch.  <http://bioconductor.org/packages/TFBSTools/>