Commit a3d9bc01 by Maarten L. Hekkelman

UNK should have ATOMS and not HETATOMS...

parent 52ea0bc7
......@@ -5160,7 +5160,7 @@ void PDBFileParser::ParseCoordinate(int modelNr)
charge = pdb2cifCharge(charge);
// if (CompoundFactory::instance().isKnownPeptide(resName) or CompoundFactory::instance().isKnownBase(resName))
if (mmcif::kAAMap.count(resName) or mmcif::kBaseMap.count(resName))
if (resName == "UNK" or mmcif::kAAMap.count(resName) or mmcif::kBaseMap.count(resName))
{
if (groupPDB == "HETATM")
{
......
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