Commit f55f296e by Maarten L. Hekkelman

DSSP as criteria, but now correct

parent 79c565e4
...@@ -367,9 +367,7 @@ void annotateDSSP(mmcif::Structure& structure, const mmcif::DSSP& dssp, std::ost ...@@ -367,9 +367,7 @@ void annotateDSSP(mmcif::Structure& structure, const mmcif::DSSP& dssp, std::ost
{ "beg_auth_seq_id", rb.authSeqID() }, { "beg_auth_seq_id", rb.authSeqID() },
{ "end_auth_comp_id", re.compoundID() }, { "end_auth_comp_id", re.compoundID() },
{ "end_auth_asym_id", re.authAsymID() }, { "end_auth_asym_id", re.authAsymID() },
{ "end_auth_seq_id", re.authSeqID() }, { "end_auth_seq_id", re.authSeqID() }
{ "criteria", "DSSP" }
// { "pdbx_PDB_helix_class", vS(39, 40) }, // { "pdbx_PDB_helix_class", vS(39, 40) },
// { "details", vS(41, 70) }, // { "details", vS(41, 70) },
...@@ -433,7 +431,8 @@ void annotateDSSP(mmcif::Structure& structure, const mmcif::DSSP& dssp, std::ost ...@@ -433,7 +431,8 @@ void annotateDSSP(mmcif::Structure& structure, const mmcif::DSSP& dssp, std::ost
if (foundTypes.count(id) == 0) if (foundTypes.count(id) == 0)
{ {
structConfType.emplace({ structConfType.emplace({
{ "id", id } { "id", id },
{ "criteria", "DSSP" }
}); });
foundTypes[id] = 1; foundTypes[id] = 1;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment