Source: biomaj3-process
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders:
 Olivier Sallou <osallou@debian.org>,
Section: python
Testsuite: autopkgtest-pkg-python
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-cruft,
 dh-sequence-python3,
 protobuf-compiler,
 python3-all,
 python3-bcrypt,
 python3-biomaj3-core,
 python3-biomaj3-zipkin,
 python3-consul,
 python3-flask,
 python3-pika,
 python3-prometheus-client,
 python3-protobuf,
 python3-pymongo,
 python3-pytest <!nocheck>,
 python3-redis,
 python3-setuptools,
 python3-yaml,
Standards-Version: 4.7.4
Vcs-Browser: https://salsa.debian.org/med-team/biomaj3-process
Vcs-Git: https://salsa.debian.org/med-team/biomaj3-process.git
Homepage: https://github.com/genouest/biomaj-process

Package: python3-biomaj3-process
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Recommends:
 ${python3:Recommends},
Suggests:
 python3-gunicorn,
 redis-server,
 ${python3:Suggests},
Description: BioMAJ process management library
 BioMAJ downloads remote data banks, checks their status and applies
 transformation workflows, with consistent state, to provide ready-to-use
 data for biologists and bioinformaticians. For example, it can transform
 original FASTA files into BLAST indexes. It is very flexible and its
 post-processing facilities can be extended very easily.
 .
 BioMAJ3 is a rewrite of BioMAJ v1.x, see online documentation for migration.
 .
 This package contains the library and microservice to manage processes
 in BioMAJ3
