19 ifs.SetFormat(OEFormat_MOL2)
22 ofs.SetFormat(OEFormat_MOL2)
23 ofs.SetFlavor(OEFormat_MOL2, (OEOFlavor_Generic_Default | OEOFlavor_MOL2_Default) & ~OEOFlavor_MOL2_AtomNames)
26 for m
in ifs.GetOEGraphMols():
30 OEClearPartialCharges(mol)
31 OEAssignPartialCharges(mol, OECharges_AM1BCC)
32 OEWriteMolecule(ofs, mol)