Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nyxflower/py3pdb
Benchmark datasets, data loaders and evaluators for protein function and property prediction
https://github.com/nyxflower/py3pdb
Last synced: 26 days ago
JSON representation
Benchmark datasets, data loaders and evaluators for protein function and property prediction
- Host: GitHub
- URL: https://github.com/nyxflower/py3pdb
- Owner: NYXFLOWER
- License: mit
- Created: 2020-11-20T16:15:09.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-23T18:29:07.000Z (almost 4 years ago)
- Last Synced: 2024-09-26T10:01:52.846Z (about 1 month ago)
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# py3pdb
Py3PDB is an underdeveloping python3 package for interacting with the RCSB Protein Data Bank (PDB) programmably, based on [Wbe Services](https://www.rcsb.org/pages/webservices).
Repository structure
```
├───docs
├───examples
├───py3pdb
│ ├───data
│ ├───search
│ ├───download
│ └───utils
```## installation
```
pip install py3pdb
```