Commit af724fe5 by Maarten L. Hekkelman

update?

parent 5ef5a9b0
......@@ -350,8 +350,8 @@ void annotateDSSP(mmcif::Structure& structure, const mmcif::DSSP& dssp, std::ost
auto& re = lt->residue();
structConf.emplace({
{ "id", id + std::to_string(foundTypes[id]++) },
{ "conf_type_id", id },
{ "id", id + std::to_string(foundTypes[id]++) },
// { "pdbx_PDB_helix_id", vS(12, 14) },
{ "beg_label_comp_id", rb.compoundID() },
{ "beg_label_asym_id", rb.asymID() },
......@@ -439,6 +439,7 @@ void annotateDSSP(mmcif::Structure& structure, const mmcif::DSSP& dssp, std::ost
}
db.add_software("dssp " VERSION, "other", get_version_nr(), get_version_date());
db.write(os);
// cif::File df;
......
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