Both the load() and loadRaw() functions now provide the ability to load in macromodel files:
jymol.cmd.load("macromodelfile.dat", "filename", "macromodel", "objectname");
or
jymol.cmd.loadRaw(byteData, "macromodel", "objectname");
The content_format
argument now supports the “macromodel” format.