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: bedops
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Olivier Sallou <osallou@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper-compat (= 13),
help2man,
libbz2-dev,
libjansson-dev,
python3-distutils,
zlib1g-dev
Build-Depends-Indep: sphinx-common,
libjs-mathjax,
python3-sphinx,
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/med-team/bedops
Vcs-Git: https://salsa.debian.org/med-team/bedops.git
Homepage: https://github.com/bedops/bedops
Rules-Requires-Root: no
Package: bedops
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
python3,
tcsh
Description: high-performance genomic feature operations
BEDOPS is a suite of tools to address common questions raised in genomic
studies, mostly with regard to overlap and proximity relationships between
data sets.
It aims to be scalable and flexible, facilitating the efficient and accurate
analysis and management of large-scale genomic data.
Package: bedops-doc
Architecture: all
Section: doc
Depends: ${misc:Depends},
libjs-sphinxdoc,
libjs-mathjax
Multi-Arch: foreign
Description: high-performance genomic feature operations (documentation)
BEDOPS is a suite of tools to address common questions raised in genomic
studies, mostly with regard to overlap and proximity relationships between
data sets.
It aims to be scalable and flexible, facilitating the efficient and accurate
analysis and management of large-scale genomic data.
.
This package contains the BEDOPS documentation.
|