> All I can see in TFM is pybel.Molecule.addh() for "-h" -- is there way > to get to the rest? Specifically, "-xa" and "-xi", as I can > post-process the SVG to change the size and the background.
These are output options in the Python openbabel module (not accessible from pybel, IIRC) conv = ob.OBConversion() conv.SetInAndOutFormats("smi", "svg") conv.AddOption("a",conv.OUTOPTIONS) conv.AddOption("i",conv.OUTOPTIONS) conv.AddOption("b",conv.OUTOPTIONS, "none") etc. Hope that helps, -Geoff ------------------------------------------------------------------------------ How ServiceNow helps IT people transform IT departments: 1. A cloud service to automate IT design, transition and operations 2. Dashboards that offer high-level views of enterprise services 3. A single system of record for all IT processes http://p.sf.net/sfu/servicenow-d2d-j _______________________________________________ OpenBabel-discuss mailing list OpenBabel-discuss@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openbabel-discuss