I'm quite happy with the performance of mmLIB,
nevertheless I got some errors when reading the mmCIF
files for the following PDBs:
1ffk
1fnt
1g0u
1g65
1gtp
1hto
They all have many chains (30 or so)
I get the error when loading the structure
str_obj = mmLib.FileLoader.LoadStructure(fil = '1ffk.cif')
raise StructureBuilderError("name_service exhausted new
chain_ids")
There are other errors I get, but I dont think this is
really a bug in mmLIB, but just for your info:
1giy
mmcif_obj.load_file(fil = '1giy.cif')
self.syntax_error("line exceeds maximum length")
line 341 is too large (exceeds MAX_LINE = 2048),
1htq
ERROR exceptions.MemoryError
file is quite large, more than 100 Mb...
Thanks
Francisco