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
f55f296e
Commit
f55f296e
authored
Sep 02, 2020
by
Maarten L. Hekkelman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
DSSP as criteria, but now correct
parent
79c565e4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
src/dssp.cpp
+3
-4
No files found.
src/dssp.cpp
View file @
f55f296e
...
...
@@ -367,9 +367,7 @@ void annotateDSSP(mmcif::Structure& structure, const mmcif::DSSP& dssp, std::ost
{
"beg_auth_seq_id"
,
rb
.
authSeqID
()
},
{
"end_auth_comp_id"
,
re
.
compoundID
()
},
{
"end_auth_asym_id"
,
re
.
authAsymID
()
},
{
"end_auth_seq_id"
,
re
.
authSeqID
()
},
{
"criteria"
,
"DSSP"
}
{
"end_auth_seq_id"
,
re
.
authSeqID
()
}
// { "pdbx_PDB_helix_class", vS(39, 40) },
// { "details", vS(41, 70) },
...
...
@@ -433,7 +431,8 @@ void annotateDSSP(mmcif::Structure& structure, const mmcif::DSSP& dssp, std::ost
if
(
foundTypes
.
count
(
id
)
==
0
)
{
structConfType
.
emplace
({
{
"id"
,
id
}
{
"id"
,
id
},
{
"criteria"
,
"DSSP"
}
});
foundTypes
[
id
]
=
1
;
}
...
...
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