Tool:pdb-tools: a set of Python scripts to manipulate PDB files.
0
3
Entering edit mode
9.0 years ago
João Rodrigues ★ 2.5k

Just posting it here for better visibility: link to the GitHub repository.

This is a collection of scripts that allow some modifications on PDB files. We use them daily in our lab to cut, edit, paste, etc PDB files before or after modelling tasks. They are perfect for command-line use, quick hacks, integration with BASH scripts, etc. For something more complex, look into a library (e.g. Biopython's Bio.PDB).

Features:

  • They have no dependencies whatsoever.
  • They can be chained to each other: e.g., pdb_selchain.py -A 1abc.pdb | pdb_chain.py -B
python pdb modeling • 6.5k views
ADD COMMENT
1
Entering edit mode

This looks great! May I suggest creating a setup.py script and submitting your scripts to PyPI? This is the standard way of distributing python packages/scripts it would benefit both you and everybody else in the long run.

ADD REPLY
0
Entering edit mode

Will consider it indeed. Thanks!

ADD REPLY

Login before adding your answer.

Traffic: 1925 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6