File: control

package info (click to toggle)
mdanalysis 2.10.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 116,696 kB
  • sloc: python: 92,135; ansic: 8,156; makefile: 215; sh: 138
file content (127 lines) | stat: -rw-r--r-- 5,374 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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
Source: mdanalysis
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Uploaders: Drew Parsons <dparsons@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
               cython3,
               dh-sequence-python3,
               pybuild-plugin-pyproject,
               python3-all-dev,
               python3-setuptools,
               python3-numpy,
               python3-numpy-dev,
               python3-biopython (>= 1.80) [amd64 arm64 armel armhf i386 mips64el ppc64el riscv64 s390x],
               python3-networkx,
               python3-griddataformats,
               python3-mmtf,
               python3-joblib,
               python3-scipy,
               python3-matplotlib,
               python3-mda-xdrlib,
               python3-tqdm,
               python3-threadpoolctl,
               python3-packaging,
               python3-filelock,
               python3-fasteners,
               python3-gsd (>= 3.0.1~) [!s390x !hppa !m68k !powerpc !ppc64 !sparc64],
               python3-netcdf4,
               python3-h5py,
               python3-seaborn,
               python3-sklearn,
               python3-duecredit,
               python3-hypothesis <!nocheck>,
               python3-pytest <!nocheck>,
               python3-sphinx
Build-Depends-Indep: python3-msmb-theme,
                     python3-pybtex,
                     python3-sphinx-rtd-theme,
                     python3-sphinx-sitemap,
                     python3-sphinxcontrib.applehelp,
                     python3-sphinxcontrib.bibtex,
                     python3-sphinxcontrib.devhelp,
                     python3-sphinxcontrib.htmlhelp,
                     python3-sphinxcontrib.qthelp,
                     python3-sphinxcontrib.serializinghtml,
                     python3-doc,
                     python-gsd-doc,
                     python-h5py-doc,
                     python-matplotlib-doc,
                     python-numpy-doc,
                     python-dask-doc,
                     python-scipy-doc,
                     libjs-mathjax,
                     rdkit-doc
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/debichem-team/mdanalysis
Vcs-Git: https://salsa.debian.org/debichem-team/mdanalysis.git
Homepage: https://www.mdanalysis.org/
Rules-Requires-Root: no

Package: python3-mdanalysis
Architecture: any
Depends: python3-duecredit,
         python3-biopython (>= 1.80) [amd64 arm64 armel armhf i386 mips64el ppc64el riscv64 s390x],
         ${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.