File: control

package info (click to toggle)
mdanalysis 2.4.2%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 109,240 kB
  • sloc: python: 73,917; ansic: 8,185; makefile: 145; sh: 97
file content (107 lines) | stat: -rw-r--r-- 4,043 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
101
102
103
104
105
106
107
Source: mdanalysis
Section: python
Priority: optional
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Uploaders: Drew Parsons <dparsons@debian.org>
Build-Depends: debhelper-compat (= 13),
 cython3,
 dh-python,
 pybuild-plugin-pyproject,
 python3-all-dev,
 python3-setuptools,
 python3-numpy (>= 1.20.0~),
 python3-biopython (>= 1.80),
 python3-networkx (>= 2.0),
 python3-griddataformats (>= 0.4.0),
 python3-mmtf (>= 1.0.0),
 python3-joblib (>= 0.12),
 python3-scipy (>= 1.5.0),
 python3-matplotlib (>= 1.5.1),
 python3-mock,
 python3-netcdf4 (>= 1.0~),
 python3-tqdm (>= 4.43.0),
 python3-gsd (>= 1.9.3~),
 python3-duecredit,
 python3-h5py,
 python3-hypothesis,
 python3-pytest,
 python3-seaborn,
 python3-sklearn,
 python3-sphinx,
 python3-threadpoolctl,
 python3-packaging,
 python3-fasteners
Build-Depends-Indep: python3-msmb-theme,
 python3-pybtex,
 python3-sphinx-rtd-theme,
 python3-sphinx-sitemap,
 python3-sphinxcontrib.bibtex,
 libjs-mathjax
Standards-Version: 4.6.2
Homepage: https://www.mdanalysis.org/
Vcs-Browser: https://salsa.debian.org/debichem-team/mdanalysis
Vcs-Git: https://salsa.debian.org/debichem-team/mdanalysis.git

Package: python3-mdanalysis
Architecture: any
Depends: python3-duecredit, ${python3:Depends},
 ${shlibs:Depends}, ${misc:Depends}
Recommends: python3-sklearn
Suggests: python-mdanalysis-doc
Description: analyse molecular dynamics files and trajectories
 MDAnalysis is a Python library for the analysis of computer
 simulations of many-body systems at the molecular scale, spanning use
 cases from interactions of drugs with proteins to novel materials. It
 is widely used in the scientific community and is written by
 scientists for scientists.
 .
 MDAnalysis allows one to read particle-based trajectories (including
 individual coordinate frames such as biomolecules in the PDB format)
 and access the atomic coordinates through NumPy arrays. This provides
 a flexible and relatively fast framework for complex analysis tasks.
 In addition, powerful atom selection commands are implemented.
 Trajectories can also be manipulated (for instance, fit to a
 reference structure) and written out.
 .
 It works with a wide range of popular simulation packages including
 Gromacs, Amber, NAMD, CHARMM, DL_Poly, HooMD, LAMMPS and many others
 — see the lists of supported trajectory formats and topology formats.
 MDAnalysis also includes widely used analysis algorithms in the
 MDAnalysis.analysis module.
 .
 The MDAnalysis project uses an open governance model and is fiscally
 sponsored by NumFOCUS.
 .
 This package installs the library for Python 3.

Package: python-mdanalysis-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: libjs-mathjax, ${sphinxdoc:Depends},
 ${misc:Depends}
Description: analyse molecular dynamics files and trajectories ( documentation)
 MDAnalysis is a Python library for the analysis of computer
 simulations of many-body systems at the molecular scale, spanning use
 cases from interactions of drugs with proteins to novel materials. It
 is widely used in the scientific community and is written by
 scientists for scientists.
 .
 MDAnalysis allows one to read particle-based trajectories (including
 individual coordinate frames such as biomolecules in the PDB format)
 and access the atomic coordinates through NumPy arrays. This provides
 a flexible and relatively fast framework for complex analysis tasks.
 In addition, powerful atom selection commands are implemented.
 Trajectories can also be manipulated (for instance, fit to a
 reference structure) and written out.
 .
 It works with a wide range of popular simulation packages including
 Gromacs, Amber, NAMD, CHARMM, DL_Poly, HooMD, LAMMPS and many others
 — see the lists of supported trajectory formats and topology formats.
 MDAnalysis also includes widely used analysis algorithms in the
 MDAnalysis.analysis module.
 .
 The MDAnalysis project uses an open governance model and is fiscally
 sponsored by NumFOCUS.
 .
 This is the documentation package for MDAnalysis.