Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
dssp
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open
dssp
Commits
33546fb3
Unverified
Commit
33546fb3
authored
May 31, 2023
by
Maarten L. Hekkelman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update readme
parent
db629fb2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
11 deletions
+6
-11
README.md
+6
-11
No files found.
README.md
View file @
33546fb3
DSSP 4.
0
DSSP 4.
3
========
This is a rewrite of DSSP, now offering full mmCIF support. The difference
with previous releases of DSSP is that it now writes out an annotated mmCIF
file by default, storing the secondary structure information in the
file by default, storing the secondary structure information in the
_struct_
conf category.
Another new feature in this version of DSSP is that it now defines
...
...
@@ -33,20 +33,15 @@ Make sure you install [libcif++](https://github.com/PDB-REDO/libcifpp) and [libm
After that, building should be as easy as typing:
```
```
bash
git clone https://github.com/PDB-REDO/dssp.git
cd
dssp
mkdir build
cd build
cmake ..
cmake --build . --config Release
ctest -C Release
cmake --install .
cmake
-S
.
-B
build
-DCMAKE_BUILD_TYPE
=
Release
cmake
--build
build
cmake
--install
build
```
This will install the
`mkdssp`
program in
`$HOME/.local/bin`
. If you want to
install elsewhere, specify the prefix with the
[
CMAKE_INSTALL_PREFIX
](
https://cmake.org/cmake/help/v3.21/variable/CMAKE_INSTALL_PREFIX.html
)
variable.
Usage
-----
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment