| getpdb | index /home/orient/pydpi/src/pydpi/protein/getpdb.py |
Created on Sat Jul 13 11:18:26 2013
This module is used for downloading the PDB file from RCSB PDB web and
extract its amino acid sequence.
This is written by Dongsheng Cao
@author: Dongsheng Cao
| Modules | ||||||
| ||||||
| Functions | ||
| ||
| Data | ||
| DIRECTORY = '/pub/pdb/data/structures/all/pdb/' HOSTNAME = 'ftp.wwpdb.org' PREFIX = 'pdb' SUFFIX = '.ent.gz' | ||