Skip to content

Fetches necessary files from the protein data bank for collation and alignment with xchem-align

Notifications You must be signed in to change notification settings

xchem/pdb-scrape

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pdb-scrape

Fetches necessary files from the protein data bank for collation and alignment with xchem-align

Usage (at DLS)

  1. If you are on a DLS linux machine:

source /dls/science/groups/i04-1/software/max/load_py310.sh

  1. See the help screen:

$PDB_SCRAPE/pdb-scrape --help

  1. Run the scraper:

$PDB_SCRAPE/pdb-scrape pdb_codes.txt

Installation (if not at DLS)

This program requires a modern python (>=3.10) installation

  1. Clone this directory

git clone git@github.com:xchem/pdb-scrape

  1. Install pre-requisites

pip install --upgrade molparse tqdm

  1. Create an environment variable to point to the directory (best to put it in your bash_profile or bashrc)

export PDB_SCRAPE=/path/to/pdb-scrape

About

Fetches necessary files from the protein data bank for collation and alignment with xchem-align

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages