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 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73
|
Source: python-ruffus
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Andreas Tille <tille@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper (>= 9),
dh-python,
python-all,
python-setuptools,
python3-all,
python3-setuptools,
python-sphinx,
graphviz
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/python-ruffus.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/python-ruffus.git
Homepage: http://www.ruffus.org.uk/
Package: python-ruffus
Architecture: all
Depends: ${shlibs:Depends},
${misc:Depends},
${python:Depends},
graphviz
Suggests: python-drmaa
Description: Python computation pipeline library widely used in bioinformatics
Ruffus is designed to allow scientific and other analyses to be automated
with the minimum of fuss and the least effort.
.
* Lightweight: Suitable for the simplest of tasks
* Scalable: Handles even fiendishly complicated pipelines which would cause
make or scons to go cross-eyed and recursive.
* Standard Python: No "clever magic", no pre-processing.
* Unintrusive: Unambitious, lightweight syntax which tries to do this one
small thing well.
Package: python3-ruffus
Architecture: all
Depends: ${shlibs:Depends},
${misc:Depends},
${python3:Depends},
graphviz
Description: Python3 computation pipeline library widely used in bioinformatics
Ruffus is designed to allow scientific and other analyses to be automated
with the minimum of fuss and the least effort.
.
* Lightweight: Suitable for the simplest of tasks
* Scalable: Handles even fiendishly complicated pipelines which would cause
make or scons to go cross-eyed and recursive.
* Standard Python: No "clever magic", no pre-processing.
* Unintrusive: Unambitious, lightweight syntax which tries to do this one
small thing well.
.
This package provides python3 modules.
Package: python-ruffus-doc
Architecture: all
Section: doc
Depends: ${misc:Depends},
${sphinxdoc:Depends},
libjs-mathjax
Description: documentation for python-ruffus computation pipeline library
Ruffus is designed to allow scientific and other analyses to be automated
with the minimum of fuss and the least effort.
.
* Lightweight: Suitable for the simplest of tasks
* Scalable: Handles even fiendishly complicated pipelines which would cause
make or scons to go cross-eyed and recursive.
* Standard Python: No "clever magic", no pre-processing.
* Unintrusive: Unambitious, lightweight syntax which tries to do this one
small thing well.
.
This package provides modules documentation.
|