https://github.com/normcyr/fetch-pdb
Python script to download multiple pdb files from the RCSB Protein Data Bank
https://github.com/normcyr/fetch-pdb
Last synced: 2 months ago
JSON representation
Python script to download multiple pdb files from the RCSB Protein Data Bank
- Host: GitHub
- URL: https://github.com/normcyr/fetch-pdb
- Owner: normcyr
- License: mit
- Created: 2017-05-29T19:40:00.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-15T12:37:28.000Z (almost 8 years ago)
- Last Synced: 2025-02-14T23:38:54.650Z (4 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# How to use
Simply edit the list of PDB codes to your needs in the ```pdblist``` file.
Then run the script:
```python3 fetch-pdb.py```
PDB files will be downloaded into the directory where you have the script installed.