From: Geoffrey H. <ge...@ge...> - 2008-09-05 18:58:45
|
On Sep 5, 2008, at 7:50 AM, Noel O'Boyle wrote: > I can't easily check at the moment (I'm on holidays), but earlier > versions of Pybel didn't allow the user to set the title, just read > the title. Correct me if I'm wrong, but shouldn't a Pybel molecule still be an OBMol? Since Pybel includes the Open Babel wrapper, the C++ methods should still be exposed. mol.SetTitle("Foo!") Does that work? Cheers, -Geoff |