Documentation Status https://app.travis-ci.com/samuelmurail/pdb_manip_py.svg?branch=master https://codecov.io/gh/samuelmurail/pdb_manip_py/branch/master/graph/badge.svg https://img.shields.io/pypi/v/pdb_manip_py.svg https://img.shields.io/conda/vn/conda-forge/pdb_manip_py.svg

Pdb_Manip_py

Pdb_Manip_py is a python library allowing simple operations on pdb coor files.

Main features:

  • Basic pdb operations
    • pdb wrapper

    • selection tools

    • rotation

    • translation

    • alignement

    • RMSD calculation

    • insertion of molecules in solvant

Installation

Using Pypi

pip3 install pdb_manip_py

Using Conda

conda install pdb_manip_py -c conda-forge

From source code

Get the os_command_py library from github.

git clone https://github.com/samuelmurail/pdb_manip_py.git
./setup.py install --user

Author

See also the list of contributors who participated in this project.

License

This project is licensed under the GNU General Public License v2.0 - see the LICENSE file for details.