https://github.com/mdanalysis/dssp
DSSP - Secondary structure analysis
https://github.com/mdanalysis/dssp
Last synced: about 1 year ago
JSON representation
DSSP - Secondary structure analysis
- Host: GitHub
- URL: https://github.com/mdanalysis/dssp
- Owner: MDAnalysis
- License: bsl-1.0
- Created: 2017-08-10T13:33:01.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-10T13:33:21.000Z (almost 9 years ago)
- Last Synced: 2024-10-29T17:40:20.696Z (over 1 year ago)
- Language: C++
- Size: 49.8 KB
- Stars: 3
- Watchers: 8
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.txt
- Changelog: changelog
- License: LICENSE_1_0.txt
Awesome Lists containing this project
README
This README is part of the source code distribution of DSSP 2.0
To build the mkdssp executable, you need a recent C++ compiler
capable of compiling C++0x code. You also need a recent version
of the Boost libraries, we are currently using version 1.46.1.
The makefile reads a make.config file containing site specific
settings. This make.config file is created if it doesn't exist
when running make.
Please let me know if there are any problems with this code.
You can reach me at: mailto:m.hekkelman@cmbi.ru.nl
-maarten hekkelman