Skip to main content

A swiss army knife for PDB files.

Project description

pdb-tools

PyPI version Travis (.org) branch AppVeyor branch codecov

A swiss army knife for manipulating and editing PDB files.

Looking for the other pdb-tools?

The Harms lab maintains a set of tools also called pdbtools, which perform a slightly different set of functions. You can find them here.

About

Manipulating PDB 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 obviously 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. Since FORTRAN77 is a pain too, I rewrote them in Python and added a few more utilities.

The philosophy of the scripts is simple: one script, one task. If you want to do two things, pipe the scripts together. Requests for new scripts will be taken into consideration - use the Issues button or write them yourself and create a Pull Request.

Installation Instructions

pdb-tools are available on PyPi and can be installed though pip. This is the recommended way as it makes updating/uninstalling rather simple:

pip install pdb-tools

If you want to install the latest development version, which might give you new features but also some bugs, see here.

What can I do with them?

The names of the tools should be self-explanatory. Their usage is also pretty consistent. Therefore, here is a couple of examples to get you started:

  • Downloading a structure

    pdb_fetch 1ctf > 1ctf.pdb
    pdb_fetch -biounit 1brs > 1brs_biounit.pdb
    
  • Renumbering a structure

    pdb_reres -1 1ctf.pdb > 1ctf_renumbered.pdb
    
  • Extracting a particular chain

    pdb_selchain -A 1brs_biounit.pdb > 1brs_A.pdb
    
  • Downloading, extracting a chain, and extracting its aa sequence

    pdb_fetch 1brs | pdb_selchain -A | pdb_toseq > 1brs_A.fasta
    

What can't I do with them?

mmCIF files are not supported. There might be a sister repository mmcif-tools one day. Also, operations that involve coordinates or numerical calculations are usually not in the scope of pdb-tools. Use a proper library for that, it will be much faster and scalable.

Citation

There is no publication (yet!) for pdb-tools, but if you use them and want to cite them use this DOI item.

DOI

Requirements

pdb-tools should run on Python 2.7+ and Python 3.x. We test on Python 2.7, 3.6, and 3.7. There are no dependencies.

Installing from Source

Download the zip archive or clone the repository with git. We recommend the git approach since it makes updating the tools extremely simple.

# To download
git clone https://github.com/JoaoRodrigues/pdb-tools
cd pdb-tools

# To update
git pull origin master

# To install
python setup.py install

Contributing

If you want to contribute to the development of pdb-tools, provide a bug fix, or a new tools, read our CONTRIBUTING instructions here.

License

pdb-tools are open-source and licensed under the Apache License, version 2.0. For details, see the LICENSE file.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pdb-tools-2.0.0b2.tar.gz (45.1 kB view details)

Uploaded Source

Built Distribution

pdb_tools-2.0.0b2-py3-none-any.whl (155.8 kB view details)

Uploaded Python 3

File details

Details for the file pdb-tools-2.0.0b2.tar.gz.

File metadata

  • Download URL: pdb-tools-2.0.0b2.tar.gz
  • Upload date:
  • Size: 45.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.0

File hashes

Hashes for pdb-tools-2.0.0b2.tar.gz
Algorithm Hash digest
SHA256 df96136fc3c538c9c4332c293b63490c87f3808f12728a38689d6087fcbd5e3d
MD5 0de26440ef6feb1a1616f16a4e0285ef
BLAKE2b-256 d95cca6c73a10cd4b7315e1d0876cace43c69dad27f9eb4b5a14e2033560d979

See more details on using hashes here.

File details

Details for the file pdb_tools-2.0.0b2-py3-none-any.whl.

File metadata

  • Download URL: pdb_tools-2.0.0b2-py3-none-any.whl
  • Upload date:
  • Size: 155.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.0

File hashes

Hashes for pdb_tools-2.0.0b2-py3-none-any.whl
Algorithm Hash digest
SHA256 82348cd379d9062042a8f352b08cad4e77ff81cae7e577669f179b050d0cfeae
MD5 85b149836de61442c6c15649e35f093d
BLAKE2b-256 5ce759a199f002c1406df03a6c4240f8d75014c406d1aca10726685a15636e79

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page