The pdb2sql Python Package
The pdb2sql Python Package: Parsing, Manipulation and Analysis of PDB Files Using SQL Queries - Published in JOSS (2020)
Science Score: 100.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 7 DOI reference(s) in README and JOSS metadata -
✓Academic publication links
Links to: joss.theoj.org, zenodo.org -
✓Committers with academic emails
1 of 11 committers (9.1%) from academic institutions -
○Institutional organization owner
-
✓JOSS paper metadata
Published in Journal of Open Source Software
Keywords from Contributors
Repository
Fast and versatile biomolecular structure PDB file parser using SQL queries
Basic Info
- Host: GitHub
- Owner: DeepRank
- License: apache-2.0
- Language: Python
- Default Branch: master
- Homepage: https://pdb2sql.readthedocs.io
- Size: 2.76 MB
Statistics
- Stars: 24
- Watchers: 3
- Forks: 11
- Open Issues: 8
- Releases: 11
Metadata Files
README.md
PDB2SQL
pdb2sql is a Python package that leverage SQL queries to parse, manipulate and process PDB files. It provides:
- a powerful
pdb2sqlobject to convert PDB data in SQL database - strcuture transformation functions (rotations, translations...)
- useful capablities to
- calculate structure interface (contact atoms and residues)
- calculate structure similarity (iRMSD, lRMSD, FNAT, DockQ...)
Installation
pip install pdb2sql
Documentation
The documentation of the package alongside small tutorial can be found at : - https://pdb2sql.readthedocs.io
Quick Example
pdb2sql easily allows to load a PDB file in an object. Once loaded, the data can be parsed using SQL queries. To facilitate the adoption of the tool simple methods have been developped to wrap the SQL queries in simple methods. For example obtaining the positions of all carbon, nitrogen and oxygen atoms of chain A from all residues but VAL and LEU, one can use :
python
from pdb2sql import pdb2sql
pdb = pdb2sql('1AK4.pdb')
atoms = pdb.get('x,y,z',
name = ['C','N', 'O'],
no_resName = ['VAL','LEU'],
chainID = 'A')
Owner
- Name: DeepRank
- Login: DeepRank
- Kind: organization
- Repositories: 19
- Profile: https://github.com/DeepRank
JOSS Publication
The pdb2sql Python Package: Parsing, Manipulation and Analysis of PDB Files Using SQL Queries
Authors
Tags
Bioinformatics PDB filesCitation (CITATION.cff)
# YAML 1.2
---
abstract: "Fast and versatile biomolecular structure PDB file parser using SQL queries."
authors:
-
affiliation: "Netherlands eScience Center"
family-names: Renaud
given-names: Nicolas
orcid: "https://orcid.org/0000-0001-9589-2694"
-
affiliation: "Netherlands eScience Center"
family-names: Geng
given-names: Cunliang
orcid: "https://orcid.org/0000-0002-1409-8358"
cff-version: 1.2.0
doi: "10.5281/zenodo.3232887"
keywords:
- "pdb parser"
- "protein structure"
- biomolecule
- bioinformatics
- CAPRI
license: "Apache-2.0"
message: "If you use this software, please cite it using these metadata."
repository-code: "https://github.com/DeepRank/pdb2sql"
title: pdb2sql
...
GitHub Events
Total
- Issues event: 1
Last Year
- Issues event: 1
Committers
Last synced: 7 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Cunliang Geng | c****g@e****l | 213 |
| NicoRenaud | n****d@g****m | 120 |
| manonreau | m****u@g****m | 9 |
| Li Xue | m****e@g****m | 2 |
| Jurriaan H. Spaaks | j****s@e****l | 2 |
| Daniel S. Katz | d****z@i****g | 2 |
| joaomcteixeira | j****a@g****m | 1 |
| dependabot-preview[bot] | 2****] | 1 |
| Dario Marzella | 5****a | 1 |
| Abel Soares Siqueira | n****1@g****m | 1 |
| Manon F. Réau | m****u@i****x | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 45
- Total pull requests: 44
- Average time to close issues: 4 months
- Average time to close pull requests: about 1 month
- Total issue authors: 13
- Total pull request authors: 11
- Average comments per issue: 1.76
- Average comments per pull request: 1.18
- Merged pull requests: 39
- Bot issues: 1
- Bot pull requests: 1
Past Year
- Issues: 2
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 2
- Pull request authors: 0
- Average comments per issue: 0.0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- LilySnow (10)
- CunliangGeng (8)
- NicoRenaud (7)
- joaomcteixeira (5)
- JoaoRodrigues (4)
- DarioMarzella (3)
- FarzanehParizi (2)
- Smarti92 (1)
- taras-stx (1)
- hanjialu0810 (1)
- DTRademaker (1)
- dependabot-preview[bot] (1)
- reneejoosten (1)
Pull Request Authors
- CunliangGeng (21)
- NicoRenaud (11)
- manonreau (2)
- DTRademaker (2)
- jspaaks (2)
- DarioMarzella (1)
- joaomcteixeira (1)
- dependabot-preview[bot] (1)
- LilySnow (1)
- danielskatz (1)
- abelsiqueira (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- pypi 423 last-month
- Total dependent packages: 2
- Total dependent repositories: 9
- Total versions: 10
- Total maintainers: 2
pypi.org: pdb2sql
PDB parser using SQL queries
- Homepage: https://github.com/DeepRank/pdb2sql
- Documentation: https://pdb2sql.readthedocs.io/
- License: Apache Software License 2.0
-
Latest release: 0.5.3
published almost 3 years ago
Rankings
Maintainers (2)
Dependencies
- numpy *
- pandas *
- actions/checkout v2 composite
- actions/setup-python v2 composite
- actions/checkout v2 composite
- citation-file-format/cffconvert-github-action 2.0.0 composite
- actions/checkout master composite
- actions/setup-python v3 composite
- pypa/gh-action-pypi-publish master composite
- actions/stale v5.0.0 composite
