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
  
     | 
    
      Source: python-pdbfixer
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Andrius Merkys <merkys@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 help2man,
 python3,
 python3-legacy-cgi,
 python3-openmm,
 python3-pytest <!nocheck>,
 python3-setuptools,
 rename,
Standards-Version: 4.6.2
Homepage: https://github.com/openmm/pdbfixer
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-pdbfixer
Vcs-Git: https://salsa.debian.org/python-team/packages/python-pdbfixer.git
Rules-Requires-Root: no
Package: python3-pdbfixer
Architecture: all
Depends:
 python3-legacy-cgi,
 ${misc:Depends},
 ${python3:Depends},
Description: Fix problems in Protein Data Bank files (Python 3)
 PDBFixer is an application for fixing problems in Protein Data Bank files in
 preparation for simulating them. It can automatically fix the following
 problems:
 .
  - Add missing heavy atoms.
  - Add missing hydrogen atoms.
  - Build missing loops.
  - Convert non-standard residues to their standard equivalents.
  - Select a single position for atoms with multiple alternate positions listed.
  - Delete unwanted chains from the model.
  - Delete unwanted heterogens.
  - Build a water box for explicit solvent simulations.
 
     |