<p>If you want to run large sets of DSSP calculations you can install DSSP locally by:
<ul>
<li>Downloading the current <ahref="https://pdb-redo.eu/dssp/others/mkdssp.gz">Linux and WSL binary</a></li>
<li>Building DSSP from <ahref="https://github.com/PDB-REDO/dssp">source</a></li>
<li>Installing the <ahref="https://launchpad.net/ubuntu/+source/dssp">Debian/Ubuntu package</a> (note that this version is a bit older)</li>
<li>Installing the <ahref="https://www.ccp4.ac.uk/">CCP4 suite</a> that comes with (an older version of) DSSP</li>
</ul>
<p>If you are working with sensistive data you can install PDB-REDO locally on <a
href="https://pdb-redo.eu/others/pdb-redo.tar.bz2">Linux and WSL</a>.
You can also use it to run large sets of custom PDB-REDO jobs. Alternatively, you can use the
<a z2:href="@{/api-doc}">PDB-REDO API</a> to commit batches of custom calculations.
Use <code>mkdssp -h</code> to get a short help message on how to run DSSP. Alternatively, you can use the
<az2:href="@{/api-doc}">DSSP API</a> to commit batches of calculations.
</p>
</article>
<article>
<h2>Downloading PDB-REDO entries</h2>
<h2>Downloading ready-made DSSP annotations</h2>
<p>You can download PDB-REDO entries using you favorite molecular graphics program or manually. You can also
download the entire databank at once. Below are some basic examples, more data from the PDB-REDO
databank is described underneath.</p>
<h2>Molecular graphics:</h2>
<ul>
<li><a href="http://www.yasara.org" target="_blank">YASARA</a> has a native PDB-REDO <a
href="http://www.yasara.org/pdbredo.htm" target="_blank">interface to show models</a>.
</li>
<li><a href="http://www.ccp4.ac.uk/MG/" target="_blank">CCP4mg</a> can download PDB-REDO models and
maps.</li>
<li><a href="http://www2.mrc-lmb.cam.ac.uk/Personal/pemsley/coot/" target="_blank">(Win)COOT</a> also
has a native
PDB-REDO interface that shows models, maps, and a guided tour through the model changes.
</li>
For your convenience we have already run DSSP on the entire Protein Data Bank. All entries are available in <az2:href="|@{/about}#mmCIF|">mmCIF format</a>
and, if they fit, in the <az2:href="|@{/about}#DSSP|">legacy DSSP format.</a>
</ul>
<h2>Manual download (single entries) via the website or using <code>wget</code>:</h2>
<ul>
<li><code>wget https://pdb-redo.eu/db/9xyz/9xyz_final.pdb</code> downloads the fully optimised
(re-refined and
rebuilt) PDB file.
</li>
<li><code>wget https://pdb-redo.eu/db/9xyz/9xyz_final.mtz</code> downloads the MTZ files to generate
electron
density maps.
</li>
<li><code>wget https://pdb-redo.eu/db/9xyz.zip</code> downloads all files of a PDB-REDO entry.</li>