Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/matthewdeanmartin/pdb-data-mining

PDB Data Mining
https://github.com/matthewdeanmartin/pdb-data-mining

Last synced: 19 days ago
JSON representation

PDB Data Mining

Awesome Lists containing this project

README

        

PDB Data Mining

Author: Vladislav Martin
Workplace: Frick Chemistry Laboratory, Princeton University
Reason: Molecular Biophysics REU Program
Beneficiary: Jannette Carey, Principal Investigator

CONTENTS

1. download_ftp.py - Download and decompress protein structures from the wwPDB FTP site

2. parse_xml.py - Extract relevant data from acceptable protein structures

+ Criteria defining what is "acceptable" can be found in the source code

3. database_sql.py - Store relevant data from acceptable protein structures into a database

4. Packages directory - FOR FUTURE USE... Stores all third-party Python packages that I may use in future development