Pdb_Numpy is a python library allowing simple operations on pdb coor files.
Project description
About PDB-numpy
pdb_numpy is a python library designed to facilitate working with PDB files in the context of structural bioinformatics. The library builds upon the powerful numpy library to provide efficient and easy-to-use tools for reading, manipulating, and analyzing PDB files.
The library includes a number of functions for working with PDB files, including functions for parsing PDB files and extracting relevant information, such as atomic coordinates, residue identities, and structural information. Additionally, pdb_numpy provides a range of functions for performing common manipulations on PDB structures, such as aligning structures, superimposing structures, and calculating RMSD values.
- Source code repository:
Main features:
Reading and writing PDB/MMCIF files
Selecting atoms
Superimposing structures using sequences alignment
RMSD calculation
DockQ calculation
Secondary Structure calculation (pseudo DSSP)
For more examples and documentation, see the pdb_numpy documentation at https://pdb-numpy.readthedocs.io/en/latest/readme.html.
Installation
pdb_numpy is available on PyPI and can be installed using pip:
pip install pdb_numpy
Alternatively, you can install pdb_numpy from source:
git clone https://github.com/samuelmurail/pdb_numpy
cd pdb_numpy
python setup.py install
Dependencies
pdb_numpy requires the following dependencies:
numpy
cython
Contributing
pdb_numpy is an open-source project and contributions are welcome. If you find a bug or have a feature request, please open an issue on the GitHub repository at https://github.com/samuelmurail/pdb_numpy. If you would like to contribute code, please fork the repository and submit a pull request.
To build locally the extension module, you can run the following command:
`bash python setup.py build_ext --inplace `
License
This project is licensed under the GNU General Public License v2.0 - see the LICENSE file for details.
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
File details
Details for the file pdb_numpy-0.0.10.tar.gz
.
File metadata
- Download URL: pdb_numpy-0.0.10.tar.gz
- Upload date:
- Size: 71.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.8.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 80b9f49c724070893918aef8f3a08493d1774b6587bbd26034de648bf514c990 |
|
MD5 | e9d5d401b1128fc4c5494e80f2f86b74 |
|
BLAKE2b-256 | 0e59344f49220b8236b9271bbb4942f923a8d59dd5113e5ad818a016baacdb93 |