File: control

package info (click to toggle)
mdtraj 1.9.5-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 76,096 kB
  • sloc: ansic: 30,371; python: 18,165; cpp: 5,443; xml: 1,252; makefile: 186; sh: 45
file content (83 lines) | stat: -rw-r--r-- 2,714 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
Source: mdtraj
Section: python
Priority: optional
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Uploaders: Drew Parsons <dparsons@debian.org>
Build-Depends: debhelper-compat (= 13),
 dh-python,
 cython3 (>= 0.29~),
 python3-setuptools,
 python3-all-dev,
 python3-numpy (>=1.6~),
 python3-scipy,
 python3-astor,
 python3-networkx,
 python3-pandas,
 python3-pyparsing,
 python3-sphinx,
 python3-tables,
 libjs-mathjax
Build-Depends-Indep: python3-msmb-theme,
 python3-ipykernel,
 python3-jupyter-client,
 python3-matplotlib,
 python3-nbconvert,
 python3-nbformat,
 python3-numpydoc,
 python3-six,
 python3-sklearn
Standards-Version: 4.5.1
Homepage: http://mdtraj.org/
Vcs-Browser: https://salsa.debian.org/debichem-team/mdtraj
Vcs-Git: https://salsa.debian.org/debichem-team/mdtraj.git

Package: python3-mdtraj
Architecture: any-amd64 arm64 i386
Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends},
 python3-distutils,
 python3-networkx,
 python3-pandas,
 python3-tables
Suggests: python-mdtraj-doc
Description: Read, write and analyze MD trajectories in Python
 Read, write and analyze MD trajectories with only a few lines of
 Python code.
 .
 MDTraj is a python library that allows users to manipulate molecular
 dynamics (MD) trajectories. Features include:
  * Wide MD format support, including pdb, xtc, trr, dcd, binpos,
  netcdf, mdcrd, prmtop, and more.
  * Extremely fast RMSD calculations (4x the speed of the original
  Theobald QCP).
  * Extensive analysis functions including those that compute bonds,
  angles, dihedrals, hydrogen bonds, secondary structure, and NMR
  observables.
  * Lightweight, Pythonic API.
 .
 MDTraj includes a command-line application, mdconvert-mdtraj,
 for converting trajectories between formats.
 .
 This package installs the library for Python 3, together with the
 command line utilities mdconvert-mdtraj and mdinspect.

Package: python-mdtraj-doc
Architecture: all
Section: doc
Depends: libjs-mathjax,
 ${sphinxdoc:Depends}, ${misc:Depends}
Description: Read, write and analyze MD trajectories in Python (documentation)
 Read, write and analyze MD trajectories with only a few lines of
 Python code.
 .
 MDTraj is a python library that allows users to manipulate molecular
 dynamics (MD) trajectories. Features include:
  * Wide MD format support, including pdb, xtc, trr, dcd, binpos,
  netcdf, mdcrd, prmtop, and more.
  * Extremely fast RMSD calculations (4x the speed of the original
  Theobald QCP).
  * Extensive analysis functions including those that compute bonds,
  angles, dihedrals, hydrogen bonds, secondary structure, and NMR
  observables.
  * Lightweight, Pythonic API.
 .
 This is the documentation package for mdtraj.