Download PDB archive / snapshot archive
[PDB Archive]
The PDB archive is available from ftp.pdbj.org which is a complete mirror of wwPDB FTP site. Files are available via FTP and rsync protocol.
Using FTP protocol
Connect to ftp://ftp.pdbj.org/ using your prefered FTP client.
Using rsync protocol
It is useful for whole/partial mirroring of PDB archive. Several entry points are provided which can be viewed using the following command:
$ rsync ftp.pdbj.org:: Welcome to PDBj FTP site. ftp Top level of pdb data ftp tree aproximately 145 GB ( /pub/pdb ) ftp_data Data directory within ftp archive aproximately 144 GB ( /pub/pdb/data ) ftp_derived Derived data directory within ftp archive aproximately 130 MB ( /pub/pdb/derived_data ) ftp_doc Doc directory within ftp archive aproximately 331 MB ( /pub/pdb/doc ) emdb Top level of emdb data ftp tree aproximately 49 GB ( /pub/emdb ) rsync Top level of PDBj FTP tree aproximately 423 GB ( / )
To download the entry files in PDB format the following rsync command may be used:
rsync -avz --delete ftp.pdbj.org::ftp_data/structures/divided/pdb/ ./pdb
To download the entry files in PDB exchange format (mmCIF) the following rsync command may be used:
rsync -avz --delete ftp.pdbj.org::ftp_data/structures/divided/mmCIF/ ./mmCIF
To download the entry files in PDBML format the following rsync command may be used:
rsync -avz --delete ftp.pdbj.org::ftp_data/structures/divided/XML/ ./XML
To download the entry files in EMDB format the following rsync command may be used:
rsync -avz --delete ftp.pdbj.org::emdb/ ./emdb
[Snapshot Archive]
wwPDB provides snapshot archive which have the snapshots of the FTP archive just before the first release in every year or the remediaion at wwPDB Archive Snapshots site. The complete mirror is available from snapshots.pdbj.org.
Using FTP protocol
Connect to ftp://snapshots.pdbj.org/ using your prefered FTP client.
Using rsync protocol
It is useful for whole/partial mirroring of shapshot archive. Several entry points are provided which can be viewed using the following command:
$ rsync snapshots.pdbj.org::
all Entire Snapshots archive
20050106 January 6, 2005 snapshot
20060103 January 3, 2006 snapshot
20070102 January 2, 2007 snapshot
20070731 July 31, 2007 snapshot
20080107 January 7, 2008 snapshot
20090105 January 5, 2009 snapshot
20090316 March 16, 2009 snapshot
20100104 January 4, 2010 snapshot
20110103 January 3, 2011 snapshot
20110707 July 7, 2011 snapshot
20120102 January 2, 2012 snapshot
20130101 January 1, 2013 snapshot
To download 2005-01-06 shapshot and put them to 20050106_snapshot directory may be used:
rsync -a snapshots.pdbj.org::20050106 20050106_snapshot