Commit e01ace7e by Maarten L. Hekkelman

write auth_seq_num as well as pdb_seq_num for nonpolies

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