Creating mmcif file from an input DU¶
This example shows how to write an output mmcif file from a spruce generated design unit.
Command Line Interface¶
This example uses an input design unit (oedu) file, and will output a mmcif file from it to a temporary
directory (see OEMakeDesignUnits
for details on the API).
prompt> du2mmcif <input design unit>
Code¶
Example¶
See also
OEMakeDesignUnits
functionOEReadDesignUnit
andOEWriteDesignUnit
functions in the OEChem TK manualOEDesignUnit class in the OEChem TK manual