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
|
Source: disulfinder
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Guy Yachdav <gyachdav@rostlab.org>,
Laszlo Kajan <lkajan@debian.org>,
Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper-compat (= 13),
libboost-dev,
libboost-graph-dev,
libf2c2-dev
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/med-team/disulfinder
Vcs-Git: https://salsa.debian.org/med-team/disulfinder.git
Homepage: https://disulfind.dsi.unifi.it/
Rules-Requires-Root: no
Package: disulfinder
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
disulfinder-data
Description: cysteines disulfide bonding state and connectivity predictor
'disulfinder' is for predicting the disulfide bonding state of cysteines
and their disulfide connectivity starting from sequence alone. Disulfide
bridges play a major role in the stabilization of the folding process for
several proteins. Prediction of disulfide bridges from sequence alone is
therefore useful for the study of structural and functional properties
of specific proteins. In addition, knowledge about the disulfide bonding
state of cysteines may help the experimental structure determination
process and may be useful in other genomic annotation tasks.
.
'disulfinder' predicts disulfide patterns in two computational stages:
(1) the disulfide bonding state of each cysteine is predicted by a
BRNN-SVM binary classifier; (2) cysteines that are known to participate
in the formation of bridges are paired by a Recursive Neural Network
to obtain a connectivity pattern.
Package: disulfinder-data
Architecture: all
Depends: ${misc:Depends}
Description: data files for predictor of disulfide bonds in proteins
'disulfinder' is for predicting the disulfide bonding state of cysteines
and their disulfide connectivity starting from sequence alone.
.
This package contains all data files to reduce the redundancy between
architectures in Debian.
|