PDB FTP Sites
The PDB FTP sites are updated every Wednesday at 00:00 UTC.
wwPDB: ftp.wwpdb.org
RCSB PDB (US): ftp.rcsb.org
RCSB PDB (US/AWS): s3.rcsb.org
PDBe (UK): ftp.ebi.ac.uk/pub/databases/pdb/
PDBj (Japan): ftp.pdbj.org
The versioned FTP sites (See announcement) are updated the same time when the main FTP sites are updated.
wwPDB: ftp://ftp-versioned.wwpdb.org
RCSB PDB (US): ftp://ftp-versioned.rcsb.org/
PDBe (UK): ftp://ftp.ebi.ac.uk/pub/databases/pdb_versioned/
PDBj (Japan): ftp://ftp-versioned.pdbj.org/
Download Weekly Release of New Sequence and InChI
Every Saturday by 3:00 UTC, for every new entry, the wwPDB website provides: sequence(s) (amino acid or nucleotide) for each distinct polymer (new_release_structure_sequence.tsv) and, where appropriate, the InChI string(s) for each distinct ligand (new_release_structure_nonpolymer.tsv) and the crystallization pH value(s) (new_release_crystallization_pH.tsv).
Download Archive - Data Download Instructions
Every Wednesday from 00:00 UTC, all new and modified data entries will be updated at each of the wwPDB FTP sites. The PDB FTP archive is quite large, requiring over 1TB of storage, and continues to grow with each weekly update.
List of Derived Data
Various summaries of current data in the PDB archive are available through the /pub/pdb/derived_data directory of the FTP site. Links to and descriptions of these files are available below.
author.idx |
List of all PDB ID codes and entry authors. |
cmpd_res.idx |
List of all PDB ID codes, resolution and compound names. |
compound.idx |
List of all PDB ID codes and compound names. |
crystal.idx |
List of all PDB ID codes and crystal unit cell parameters from the CRYST1 record. |
entries.idx |
List of all PDB ID codes, header accession date, compound, source, author list, resolution and experiment type (if not X-ray). |
on_hold.list |
List of all entries that are on-hold |
pdb_entry_type.txt |
List of all PDB entries, identification of each as a protein, nucleic acid, or protein-nucleic acid complex and whether the structure was determined by diffraction or NMR. |
pdb_seqres.txt.gz |
Listing of all PDB sequences in FASTA format. |
pending_waiting.list |
List of all entries that are to be released upon publication. |
resolu.idx |
List of all PDB ID codes and data resolution values. Resolution value is -1.00 for entries determined by NMR. |
source.idx |
List of all PDB ID codes and source names as found in the compound records. |
A number of download locations and options are provided to make access as efficient as possible.
Download instructions for: the RCSB PDB (USA) |
PDBe (UK) | PDBj (Japan)
RCSB PDB:
Using rsync protocol:
rsync --port=33444 ftp.rcsb.org::
ftp Top level of PDB ftp tree ( /pub/pdb )
ftp_data Data directory within PDB ftp archive ( /pub/pdb/data )
ftp_derived Derived data directory within PDB ftp archive ( /pub/pdb/derived_data )
ftp_doc Doc directory within PDB ftp archive ( /pub/pdb/doc )
emdb Top level of EMDB ftp tree ( /pub/emdb )
Download coordinate files in PDB Exchange Format (mmCIF):
rsync -rlpt -v -z --delete --port=33444 \
rsync.rcsb.org::ftp_data/structures/divided/mmCIF/ ./mmCIF
Download coordinate files in PDBML Format (xml):
rsync -rlpt -v -z --delete --port=33444 \
rsync.rcsb.org::ftp_data/structures/divided/XML/ ./XML
Download coordinate files in PDB Format:
rsync -rlpt -v -z --delete --port=33444 \
rsync.rcsb.org::ftp_data/structures/divided/pdb/ ./pdb
Download EMDB map metadata header files (xml):
rsync -rlpt -v -z --delete --port=33444 --include "emd-*.xml" \
"rsync.rcsb.org::emdb/structures/EMD-*/header/" ./header
Download directories/files for EMDB entry EMD-5001:
rsync -rlpt -v -z --delete --port=33444 \
rsync.rcsb.org::emdb/structures/EMD-5001/ ./EMD-5001
Download the validation report files:
rsync -rlpt -v -z --delete --port=33444 \
rsync.rcsb.org::ftp/validation_reports/ ./validation_reports
Using ftp protocol:
ftp ftp.rcsb.org
will connect to an anonymous ftp server containing the remediated wwPDB repository.
Download coordinate files in PDB Exchange Format (mmCIF):
https://ftp.rcsb.org/pub/pdb/data/structures/divided/mmCIF
Download coordinate files in PDBML format:
https://ftp.rcsb.org/pub/pdb/data/structures/divided/XML
Download coordinate files in PDB format:
https://ftp.rcsb.org/pub/pdb/data/structures/divided/pdb
Download EMDB data files:
https://ftp.rcsb.org/pub/emdb/structures
Download the validation report files:
https://ftp.rcsb.org/pub/pdb/validation_reports
Need further help with the US site: Please contact
info@rcsb.org if you have any problems connecting to ftp.rcsb.org.
PDBe:
Using rsync protocol:
rsync rsync.ebi.ac.uk:: pub ftp.ebi.ac.uk /pub area
Download coordinate files in PDB Exchange Format (mmCIF):
rsync -rlpt -v -z --delete \
rsync.ebi.ac.uk::pub/databases/pdb/data/structures/divided/mmCIF/ \
./mmCIF
Download coordinate files in PDBML Format (xml):
rsync -rlpt -v -z --delete \
rsync.ebi.ac.uk::pub/databases/pdb/data/structures/divided/XML/ \
./XML
Download coordinate files in PDB Format:
rsync -rlpt -v -z --delete \
rsync.ebi.ac.uk::pub/databases/pdb/data/structures/divided/pdb/ \
./pdb
Download EMDB map metadata header files (xml):
rsync -rlpt -v -z --delete --include "emd-*.xml" \
"rsync.ebi.ac.uk::pub/databases/emdb/structures/EMD-*/header/" ./header
Download directories/files for EMDB entry EMD-1003:
rsync -rlpt -v -z --delete \
rsync.ebi.ac.uk::pub/databases/emdb/structures/EMD-1003/ ./EMD-1003
Download the validation report files:
rsync -rlpt -v -z --delete \
rsync.ebi.ac.uk::pub/databases/pdb/validation_reports/ \
./validation_reports
Using ftp protocol:
ftp ftp.ebi.ac.uk
will connect to an anonymous ftp server containing the remediated wwPDB repository.
Download coordinate files in PDB Exchange Format (mmCIF):
https://ftp.ebi.ac.uk/pub/databases/pdb/data/structures/divided/mmCIF
Download coordinate files in PDBML format:
https://ftp.ebi.ac.uk/pub/databases/pdb/data/structures/divided/XML
Download coordinate files in PDB format:
https://ftp.ebi.ac.uk/pub/databases/pdb/data/structures/divided/pdb
Download the full PDB ftp tree:
https://ftp.ebi.ac.uk/pub/databases/pdb/
Download EMDB data files:
https://ftp.ebi.ac.uk/pub/databases/emdb/structures
Download the validation report files:
https://ftp.ebi.ac.uk/pub/databases/pdb/validation_reports
Need further help with the PDBe site: Please contact PDBe (http://www.ebi.ac.uk/pdbe/about/contact or e-mail
pdbehelp@ebi.ac.uk) if you have any problems connecting to ftp.ebi.ac.uk.
PDBj:
Using rsync protocol:
rsync ftp.pdbj.org::
ftp Top level of PDB ftp tree approximately ( /pub/pdb )
ftp_data Data directory within PDB ftp archive Approximately ( /pub/pdb/data )
ftp_derived Derived data directory within PDB ftp archive Approximately ( /pub/pdb/derived_data )
ftp_doc Doc directory within PDB ftp archive Approximately ( /pub/pdb/doc )
emdb Top level of EMDB ftp tree Approximately ( /pub/emdb )
rsync Top level of PDBj FTP tree aproximately ( / )
Download coordinate files in PDB Exchange Format (mmCIF):
rsync -rlpt -v -z --delete \
ftp.pdbj.org::ftp_data/structures/divided/mmCIF/ ./mmCIF
Download coordinate files in PDBML Format (xml):
rsync -rlpt -v -z --delete \
ftp.pdbj.org::ftp_data/structures/divided/XML/ ./XML
Download coordinate files in PDB Format:
rsync -rlpt -v -z --delete \
ftp.pdbj.org::ftp_data/structures/divided/pdb/ ./pdb
Download EMDB map metadata header files (xml):
rsync -rlpt -v -z --delete --include "emd-*.xml" \
"ftp.pdbj.org::emdb/structures/EMD-*/header/" ./header
Download directories/files for EMDB entry EMD-5001:
rsync -rlpt -v -z --delete \
ftp.pdbj.org::emdb/structures/EMD-5001/ ./EMD-5001
Download the validation report files:
rsync -rlpt -v -z --delete \
ftp.pdbj.org::ftp/validation_reports/ ./validation_reports
Using ftp protocol:
ftp ftp.pdbj.org
will connect to an anonymous ftp server at PDBj containing the remediated wwPDB repository.
Download coordinate files in PDB Exchange Format (mmCIF):
https://ftp.pdbj.org/pub/pdb/data/structures/divided/mmCIF/
Download coordinate files in PDBML format (all):
https://ftp.pdbj.org/pub/pdb/data/structures/divided/XML/
Download coordinate files in PDBML format (no-atom site information):
https://ftp.pdbj.org/pub/pdb/data/structures/divided/XML-noatom/
Download coordinate files in PDBML format (atom site information only):
https://ftp.pdbj.org/pub/pdb/data/structures/divided/XML-extatom/
Download coordinate files in PDB format:
https://ftp.pdbj.org/pub/pdb/data/structures/divided/pdb/
Download EMDB data files:
https://ftp.pdbj.org/pub/emdb/structures
Download the validation report files:
https://ftp.pdbj.org/pub/pdb/validation_reports/
Need further help with the PDBj site: Please contact PDBj
http://www.pdbj.org/pdbj_contact.html if you have any problems connecting to
ftp.pdbj.org