Skip to content

Search for new PDB structures corresponding to a search term and deposited after a certain date.

License

Notifications You must be signed in to change notification settings

normcyr/new-pdb-inspector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

New PDB Depositons Inspector

Searches the PDB for new depositions.

Usage

Requirements

Python 3

and the following packages (all found in requirement.txt):

  • beautifulsoup4==4.6.0
  • cycler==0.10.0
  • matplotlib==2.0.2
  • numpy==1.13.1
  • pyparsing==2.2.0
  • pypdb==1.103
  • python-dateutil==2.6.1
  • pytz==2017.2
  • six==1.10.0
  • xmltodict==0.11.0

Notes to self

Step 1 - Get the data

  • fetch the new structures information
  • parse the data to json format
  • download the pdb file
  • make sure everything is well organized

Step 2 - Output the data

  • get the data in json format
  • print as table in webpage

Step 3 - Notify user

  • weekly, send an email to user to notify of new depositions

About

Search for new PDB structures corresponding to a search term and deposited after a certain date.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages