Commit fa7a0de6 by maarten

aangepaste nonpoly_scheme

git-svn-id: svn+ssh://gitlab/srv/svn-repos/pdb-redo/trunk@368 a1961a4f-ab94-4bcc-80e8-33b5a54de466
parent 99671072
...@@ -4065,9 +4065,9 @@ void PDBFileParser::ConstructEntities() ...@@ -4065,9 +4065,9 @@ 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 }, // ????
{ "pdb_mon_id", hetID }, { "pdb_mon_id", hetID },
{ "auth_mon_id", hetID }, // { "auth_mon_id", hetID },
{ "pdb_strand_id", string{het.chainID} }, { "pdb_strand_id", string{het.chainID} },
{ "pdb_ins_code", iCode } { "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