File: control

package info (click to toggle)
libtfbs-perl 0.7.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,508 kB
  • sloc: perl: 10,728; makefile: 1,400; ansic: 1,228; sh: 9
file content (44 lines) | stat: -rw-r--r-- 1,873 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: 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 (= 12),
               perl,
               pdl (>= 1:2.016),
               bioperl,
               libwww-perl,
               libdbi-perl
Standards-Version: 4.4.0
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

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/>