PDB_REDO consists of a (tc)shell script that calls many programs. Some of these programs are PDB_REDO-specific and can be downloaded directly. Others are licensed and need to be downloaded elsewhere. All software used is free for academic usage.
You can load the optimised structures and electron density maps straight into (Win)Coot.
$COOT/share/coot/scheme/.coot.scm in that same directory with a text editor."ncs.scm"
"parse-pisa-xml.scm" to "ncs.scm"
"pdb_redo.scm"
"parse-pisa-xml.scm" and save the file.C:\WinCoot\share\coot\python\.coot_load_modules.py in that same directory with WordPad."extensions.py",
"shelx_extensions.py", to "extensions.py",
"pdb_redo.py",
"shelx_extensions.py", and save the file.You can download single PDB_REDO entries via the website or using wget. Examples:
wget www.cmbi.ru.nl/pdb_redo/xy/9xyz/9xyz_final.pdb downloads the fully optimised PDB file.wget www.cmbi.ru.nl/pdb_redo/xy/9xyz/9xyz_besttls.pdb downloads the conservatively optimised PDB file.wget www.cmbi.ru.nl/pdb_redo/xy/9xyz/9xyz_reref.tar.bz2 downloads the PDB files, MTZ files, TLS files, and more in a single compressed file.You can download all PDB_REDO entries using rsync. Example:
rsync -avz --delete rsync://rsync.cmbi.ru.nl/pdb_redo/ my-pdb_redo/ downloads the entire archive.rsync -avW --delete --filter '+ **/' --filter '+ *.pdb' --filter '- *' --prune-empty-dirs rsync://rsync.cmbi.ru.nl/pdb_redo/ my-pdb_redo downloads only the optimised PDB files.