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 49 50 51 52 53 54 55 56 57
|
Source: sibelia
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper-compat (= 12),
cmake,
libdivsufsort-dev,
libboost-dev,
libseqan2-dev (= 2.5.0~rc3+dfsg-1),
libtclap-dev,
libhts-dev
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/med-team/sibelia
Vcs-Git: https://salsa.debian.org/med-team/sibelia.git
Homepage: http://bioinf.spbau.ru/sibelia
Rules-Requires-Root: no
Package: sibelia
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
python3,
lagan
Suggests: sibelia-examples
Description: comparative genomics tool
Sibelia (Synteny Block ExpLoration tool) is a comparative genomics tool:
It assists biologists in analysing the genomic variations that correlate
with pathogens, or the genomic changes that help microorganisms adapt in
different environments. Sibelia will also be helpful for the
evolutionary and genome rearrangement studies for multiple strains of
microorganisms.
.
Sibelia is useful in finding:
.
1) shared regions,
2) regions that present in one group of genomes but not in others,
3) rearrangements that transform one genome to other genomes.
Package: sibelia-examples
Architecture: all
Depends: ${misc:Depends}
Description: comparative genomics tool (example data)
Sibelia (Synteny Block ExpLoration tool) is a comparative genomics tool:
It assists biologists in analysing the genomic variations that correlate
with pathogens, or the genomic changes that help microorganisms adapt in
different environments. Sibelia will also be helpful for the
evolutionary and genome rearrangement studies for multiple strains of
microorganisms.
.
Sibelia is useful in finding:
.
1) shared regions,
2) regions that present in one group of genomes but not in others,
3) rearrangements that transform one genome to other genomes.
.
This package contains example data for sibelia.
|