File: control

package info (click to toggle)
python-cobra 0.5.9-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 12,828 kB
  • ctags: 1,612
  • sloc: xml: 133,431; python: 13,270; makefile: 142; sh: 67
file content (100 lines) | stat: -rw-r--r-- 3,111 bytes parent folder | download
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
Source: python-cobra
Section: python
Priority: optional
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Afif Elghraoui <afif@debian.org>
Build-Depends:
	debhelper (>= 9),
	dh-python,
	libglpk-dev,
# Python2
	python-all,
	python-all-dev,
	python-setuptools,
	python-six,
	cython,
# Python3
	python3-all,
	python3-all-dev,
	python3-setuptools,
	python3-six,
	cython3,
# Test-Depends:
	python-pytest,
	python3-pytest,
	python-jsonschema (>> 2.5.0),
	python-numpy,
	python-scipy,
	python3-jsonschema (>> 2.5.0),
	python3-numpy,
	python3-scipy,
Standards-Version: 3.9.8
Homepage: http://opencobra.github.io/cobrapy/
Vcs-Git: https://anonscm.debian.org/git/debian-med/python-cobra.git
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/python-cobra.git


Package: python-cobra
Architecture: any
Depends:
	${shlibs:Depends},
	${misc:Depends},
	${python:Depends},
	python-cobra-data (= ${source:Version}),
Recommends:
	python-numpy,
	python-scipy,
	libsbml5-python,
	python-pandas,
Suggests:
	python-matplotlib,
	qsopt-ex,
Description: constraint-based modeling of biological networks (Python 2)
 COnstraint-Based Reconstruction and Analysis (COBRA) methods are widely
 used for genome-scale modeling of metabolic networks in both prokaryotes
 and eukaryotes. COBRApy is a constraint-based modeling package that is
 designed to accommodate the biological complexity of the next generation
 of COBRA models and provides access to commonly used COBRA methods, such
 as flux balance analysis, flux variability analysis, and gene deletion
 analyses.
 .
 This package provides the Python 2 module.

Package: python3-cobra
Architecture: any
Depends:
	${shlibs:Depends},
	${misc:Depends},
	${python3:Depends},
	python-cobra-data (= ${source:Version}),
Recommends:
	python3-numpy,
	python3-scipy,
	python3-pandas,
Suggests:
	python3-matplotlib,
	qsopt-ex,
Description: constraint-based modeling of biological networks (Python 3)
 COnstraint-Based Reconstruction and Analysis (COBRA) methods are widely
 used for genome-scale modeling of metabolic networks in both prokaryotes
 and eukaryotes. COBRApy is a constraint-based modeling package that is
 designed to accommodate the biological complexity of the next generation
 of COBRA models and provides access to commonly used COBRA methods, such
 as flux balance analysis, flux variability analysis, and gene deletion
 analyses.
 .
 This package provides the Python 3 module.

Package: python-cobra-data
Architecture: all
Depends: ${misc:Depends}
Description: constraint-based modeling of biological networks (data)
 COnstraint-Based Reconstruction and Analysis (COBRA) methods are widely
 used for genome-scale modeling of metabolic networks in both prokaryotes
 and eukaryotes. COBRApy is a constraint-based modeling package that is
 designed to accommodate the biological complexity of the next generation
 of COBRA models and provides access to commonly used COBRA methods, such
 as flux balance analysis, flux variability analysis, and gene deletion
 analyses.
 .
 This package provides required and sample data files.