Commit e01ace7e by Maarten L. Hekkelman

write auth_seq_num as well as pdb_seq_num for nonpolies

parent e004e159
...@@ -4343,11 +4343,11 @@ void PDBFileParser::ConstructEntities() ...@@ -4343,11 +4343,11 @@ void PDBFileParser::ConstructEntities()
{ "mon_id", hetID }, { "mon_id", hetID },
{ "ndb_seq_num", seqNr }, { "ndb_seq_num", seqNr },
{ "pdb_seq_num", het.seqNum }, { "pdb_seq_num", het.seqNum },
// { "auth_seq_num", het.seqNum }, // ???? { "auth_seq_num", het.seqNum }, // Yes
{ "pdb_mon_id", hetID }, { "pdb_mon_id", hetID },
// { "auth_mon_id", hetID }, { "auth_mon_id", hetID },
{ "pdb_strand_id", std::string{ het.chainID } }, { "pdb_strand_id", std::string{ het.chainID } },
{ "pdb_ins_code", iCode } }); { "pdb_ins_code", iCode } });
// mapping needed? // mapping needed?
mChainSeq2AsymSeq[std::make_tuple(het.chainID, het.seqNum, het.iCode)] = std::make_tuple(asymID, seqNr, false); mChainSeq2AsymSeq[std::make_tuple(het.chainID, het.seqNum, het.iCode)] = std::make_tuple(asymID, seqNr, false);
......
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