Git Product home page Git Product logo

xssp's Introduction

The source code for building the mkdssp, mkhssp, hsspconv, and hsspsoap programs is bundled in the xssp project. The DSSP executable is mkdssp.

Development

The provided Dockerfile sets up a development environment. Build the docker image using the command docker build -t xssp . and run the image in a container, with a local source copy and data files mounted, with the command docker run -v /home/jon/projects/xssp:/app -v /mnt/extra:/srv/data -it xssp.

Download and installation instructions

Pre-compiled old versions of DSSP are available from the old repository. New source code archives are available here.

Compiling xssp programs

Pre-requisites

Compiler:

  • Must support at least the c++ 11 standard.

System libraries:

  • libzeep version >= 3.0 (for mkhssp --fetch-dbrefs only)
  • libboost version >= 1.48
  • libz
  • libbz2
  • autoconf
  • automake
  • autotools-dev

Instructions

Download and uncompress the xssp source code archive (version >= 2.2.6):

wget https://github.com/cmbi/xssp/archive/xssp-?.?.?.tar.gz
tar -zxvf xssp-?.?.?.tar.gz
cd xssp-?.?.?.tar.gz

Configure and build the xssp executables:

./autogen.sh
./configure
make

To build only one executable of the xssp project, e.g. mkdssp, type:

make mkdssp

To test the mkdssp executable type:

./mkdssp

To add the executables to /usr/local/bin type:

sudo make install

Citing xssp

The reference for the new versions of xssp and other protein structure bioinformatics facilities is:

A series of PDB-related databanks for everyday needs
Wouter G. Touw, Coos Baakman, Jon Black, Tim A. H. te Beek,
 E. Krieger, Robbie P. Joosten and Gert Vriend.
Nucl. Acids Res. (2015) 43, D364-D368

The original reference for DSSP is:

Dictionary of protein secondary structure: pattern recognition of
 hydrogen-bonded and geometrical features.
Kabsch W and Sander C, Biopolymers (1983) 22, 2577-2637.

The original reference for HSSP is:

Database of homology-derived protein structures and the structural
 meaning of sequence alignment.
Sander C and Schneider R, Proteins (1991) 9, 56-68.

Contact

In 2013, maintenance of xssp has been taken over from Maarten Hekkelman by Coos Baakman, Jon Black, and Wouter Touw. If you want to provide feedback, either send an e-mail to [email protected] or have a look at existing issues (if necessary, create a new issue).

xssp's People

Contributors

cbaakman avatar touwwouter avatar tonyelewis avatar jonblack avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.