pdb-tools 2.5.1-1 source package in Ubuntu

Changelog

pdb-tools (2.5.1-1) unstable; urgency=medium

  * New upstream version 2.5.1
  * Mention Protein Data Bank in package descriptions.
  * Set upstream metadata fields: Repository.
  * Update standards version to 4.6.2, no changes needed.
  * Bump copyright years.

 -- Andrius Merkys <email address hidden>  Mon, 18 Dec 2023 07:26:01 -0500

Upload details

Uploaded by:
Debichem Team
Uploaded to:
Sid
Original maintainer:
Debichem Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pdb-tools_2.5.1-1.dsc 2.1 KiB d5d64efd2967882aad4485813085b1a3fac45064ba4cf9cd1ea1b59f217a938d
pdb-tools_2.5.1.orig.tar.gz 178.0 KiB cf73da2a670a2a59f6b3e8c11ea1b796cf0dec520aba92fb83fba00f84cf38fb
pdb-tools_2.5.1-1.debian.tar.xz 2.5 KiB 0067093d7d1ef211c667bc99f97df66f09c7fe64c20c917b809fce37f241adda

Available diffs

No changes file available.

Binary packages built by this source

pdb-tools: tools for manipulating and editing PDB files

 Manipulating PDB (Protein Data Bank) files is often painful. Extracting a
 particular chain or set of residues, renumbering residues, splitting or merging
 models and chains, or just ensuring the file is conforming to the PDB
 specifications are examples of tasks that can be done using any decent parsing
 library or graphical interface. These, however, almost always require
 1) scripting knowledge, 2) time, and 3) installing one or more programs.
 .
 pdb-tools were designed to be a swiss-knife for the PDB format. They have no
 external dependencies, besides the Python programming language. They are the
 descendant of a set of old FORTRAN77 programs that had the particular advantage
 of working with streams, i.e. the output of one script could be piped into
 another.
 .
 The philosophy of the scripts is simple: one script, one task. If you want to
 do two things, pipe the scripts together.
 .
 This package contains the command line tools.

python3-pdbtools: tools for manipulating and editing PDB files (Python 3 package)

 Manipulating PDB (Protein Data Bank) files is often painful. Extracting a
 particular chain or set of residues, renumbering residues, splitting or merging
 models and chains, or just ensuring the file is conforming to the PDB
 specifications are examples of tasks that can be done using any decent parsing
 library or graphical interface. These, however, almost always require
 1) scripting knowledge, 2) time, and 3) installing one or more programs.
 .
 pdb-tools were designed to be a swiss-knife for the PDB format. They have no
 external dependencies, besides the Python programming language. They are the
 descendant of a set of old FORTRAN77 programs that had the particular advantage
 of working with streams, i.e. the output of one script could be piped into
 another.
 .
 The philosophy of the scripts is simple: one script, one task. If you want to
 do two things, pipe the scripts together.
 .
 This package contains Python 3 package.