Hi, I have tested a few RXN files on Openbabel GUI on Windows but 0 result has been output. One of the RXN file is attached. I temporarily have to use Regexp to parse the RXN format to SDF as C# code as pasted below. It is even not trusted by myself.
f = Regex.Replace(f, "\\$RXN(.*?)\\$MOL\\r?\\n", "",
RegexOptions.Singleline);
f = Regex.Replace(f, "\\$MOL", "$$$$$$$$",
RegexOptions.Singleline);
f = f + "$$$$\r\n";
Anyone knows what's the matter?
Thanks,
Charlie
rxn-2.rxn
Description: Binary data
------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july
_______________________________________________ OpenBabel-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openbabel-discuss
