The current version of DSSP is available as a source package. You can download the sources from https://github.com/cmbi/xssp/releases
It is possible to get all pre-calculated DSSP files on your in-house machine. We allow you to do this with the 'rsync' command (that is UNIX/Linux, I don't know the equivalent command in other operating systems, so don't mail me for that).
Getting the DSSP files local is a two-step process:
To start your in-house database, make a directory and name it dssp, or DSSP, or myDSSP, or something else that is logical. In that directory type 'pwd' (without the quotes...). the pwd command returns the path which I will call path_to_dssp. Now type the command (obviously replacing path_to_dssp with the real path that you got from pwd):
rsync -avz rsync://rsync.cmbi.umcn.nl/dssp/ /path_to_dssp/ or rsync -avz rsync://rsync.cmbi.umcn.nl/dssp-from-mmcif/ /path_to_dssp/ |
If, at a later stage, for example weekly, you want to make an update of your in-house DSSP database you issue the command:
rsync -avz --delete rsync://rsync.cmbi.umcn.nl/dssp/ /path_to_dssp/ or rsync -avz --delete rsync://rsync.cmbi.umcn.nl/dssp-from-mmcif/ /path_to_dssp/ |
This latter command you can, for example, have executed from a crontab job.
If your institute's firewall doesn't allow you to use the (preferred) rsync way of obtaining DSSP files, feel free to work with FTP. The files are in that case available from: ftp://ftp.cmbi.umcn.nl//pub/molbio/data/dssp/ or ftp://ftp.cmbi.umcn.nl//pub/molbio/data/dssp-from-mmcif/
You will need to get hacker-assistance to do updates with FTP without using too much bandwidth. So please don't download everything time-and-time again.
Please do these rsync (or FTP) jobs between midnight and 6.00 am Dutch time.
DSSP is available (see under ′Distribution′) with source code and everything under the Boost license.
DSSP 2.* is distributed on a basis of trust. We trust that you will do good science with it, and we trust that you will properly cite Kabsch and Sander for the idea, and us for the work.
If you really need to get access to the very old code, for example to settle some legal dispute, feel free to contact vriendgert@gmail.com.