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
|
Source: mobyle
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Olivier Sallou <osallou@debian.org>,
Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>= 11~),
python,
python-simpletal,
python-simplejson,
python-pil,
python-lxml,
dh-apache2,
apache2-dev,
dh-python
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/med-team/mobyle
Vcs-Git: https://salsa.debian.org/med-team/mobyle.git
Homepage: https://projets.pasteur.fr/projects/mobyle
Package: mobyle
Architecture: all
Depends: ${misc:Depends},
${python:Depends},
apache2 (>= 2.4) | httpd-cgi,
libjs-scriptaculous,
libjs-jquery,
libjs-prototype,
mobyle-utils,
python-biopython,
python-pil,
python-lxml,
python-pygraphviz,
python-simplejson,
python-simpletal,
python-simpletal (<< 5.0~),
squizz (>= 0.99b+dfsg),
ttf-bitstream-vera
Recommends: mobyle-programs,
mobyle-tutorials,
${misc:Recommends},
jing
Suggests: python-openid,
python-dnspython
Description: Web portal that provides web forms for command-line software
Mobyle is a framework and web portal specifically aimed at the integration of
bioinformatics software and databanks. It generates a web interface from an xml
description for command-line based tools.
It can submit jobs locally or using DRM systems.
.
This package will restart Apache after enabling the ‘rewrite’ and ‘headers’
modules.
.
The Mobyle project is now considered a legacy project and the code, although
still available, will no longer maintained after december 31st, 2016.
Package: mobyle-utils
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends},
${python:Depends}
Description: binary tools used by Mobyle
Mobyle is a framework and web portal specifically aimed at the integration of
bioinformatics software and databanks. It generates a web interface from an xml
description for command-line based tools.
It can submit jobs locally or using DRM systems.
.
Binary tools used by the Mobyle web portal to manage
jobs.
|