User 7b0ee04e66
01-12-2006 09:49:47
Hello,
I am creating an SD file which needs to be compatible with MDL ISIS applications.
I was using the code below
and my SD file was invalid.
By adding the line below
my SD file is compatible.
Would it be possible to make it the default behaviour of the Molecule.toFormat method?
Thanks
Catherine
I am creating an SD file which needs to be compatible with MDL ISIS applications.
I was using the code below
Code: |
String s = mol.toFormat("mol"); |
and my SD file was invalid.
By adding the line below
Code: |
s = s.replaceAll("\n", System.getProperty("line.separator")); |
my SD file is compatible.
Would it be possible to make it the default behaviour of the Molecule.toFormat method?
Thanks
Catherine