dssp2pdb


Download latest version


Setup:

  1. Download the archive to your Deskop with your browser.
  2. Go to a terminal program and change to your Desktop.
  3. cd ~/Desktop
  4. Untar the archive from the command line:
    tar xvf dssp2pdb.tar
  5. Copy the script to a location in your path (e.g. /usr/bin):
    sudo cp dssp2dpb /usr/bin/dssp2pdb
  6. Make the script executable:
    sudo chmod a+x /usr/bin/dssp2pdb
  7. Start a new shell and use the program normally. Note that brackets ("[" and "]") in the help output, copied below, indicate optional arguments and are not included. For example:
    /usr/bin/dssp2pdb -5 mydsspfile.dssp mypdbfile.pdb > new.pdb

If you have trouble with the setup, you may need to consult a unix guru or your local system administrator.

Help Output:

************************************************************************
** dssp2pdb version 0.03 (c) James Stroud, 2002
** "convert dssp to pdb"
** provided under the gnu public license
** project page: structure.usc.edu/dssp2pdb
** author page: www.jamesstroud.com
************************************************************************
** Converts dssp file to HELIX/SHEET type lines for PDB files
** dssp2pdb will insert HELIX/SHEET lines above ATOM lines if
** "pdbfile.pdb "is provided
** When the "-3" flag is set, 3(10) helices will result in HELIX lines
** When the "-5" flag is set, pi helices will result in HELIX lines
************************************************************************
** Usage: dssp2pdb [-35] dsspfile.dssp [pdbfile.pdb] > new_pdbfile.pdb
************************************************************************


Contact James Stroud