This command creates the symmetry tables for substructures. The table divides the *unspecified* atoms (those with R in the substructure) into groups where within each group the representative matches have to be the same. In addition, extra symmetry conditions within the group can be specified, such as linearity (L) or with a specific symmetry (a number), or it doesn't matter (X).
The command line looks like this:
SymmetryDefinition Filename Reference TestFor example, the following command:
SymmetryDefinition symmetrytable.txt trueThe format of the file to be read in is given here. The SymmetryDefinition command modifies the SymmetryDefinition and SymmetryPairAssignments tables.
Giving the SymmetryDefinition command with no arguments outlines the arguments needed:
java -jar JThermodynamicData-1.0-jar-with-dependencies.jar SymmetryDefinitionSymmetryDefinition Filename ReferenceNameFilename: The file with the benson thermodynamicsTest: if true, will not enter data in database ExternalSymmetry-C(B1)(B1)(B1) GeneralMethylConnection SecondaryExternalSymmetry0: a3 a4 a5: XSymmetry: 3ExternalSymmetry-C(B1)(B1)(B1)(B1)-X CarbonAtom ExternalSymmetry0: a5 a3 a4:X1: a2:XSymmetry: 4ExternalSymmetry-C(B1)(B1)(B1)(B1)-3 CarbonAtom ExternalSymmetry0: a2 a3 a4 a5 : 3Symmetry: 3InternalSymmetry-B(B1)(B2)(B2)(B2) CarbonAtom InternalSymmetry0: a5 a4 a3 : N1: a2: NSymmetry: 3ExternalSymmetry-C(B1)(B1)(B1)(B1)-L CarbonAtom ExternalSymmetry0: a2 a3 a4 a5 : LSymmetry: 3ExternalSymmetry-C(B1)(B2)(B2)(B2)-3 CarbonAtom ExternalSymmetry0: a2 : 31: a3 a4 a5 : NSymmetry: 3ExternalSymmetry-C(B1)(B2)(B2)(B2)-L CarbonAtom ExternalSymmetry0: a2 : L1: a3 a4 a5 : NSymmetry: 3ExternalSymmetry-C(B1)(B1)(B2)(B2) CarbonAtom ExternalSymmetry0: a2 a3 :X1: a4 a5 : XSymmetry: 2ExternalSymmetry-(B1)(B1)C=C(B2)(B2) CarbonCarbonDoubleBond ExternalSymmetry0: a1 a3 : X1: a5 a6 : XSymmetry: 2ExternalSymmetry-(B1)(B1)C=C(B1)(B1) CarbonCarbonDoubleBond ExternalSymmetry0: a1 a3 a5 a6 : XSymmetry: 2ExternalSymmetry-C=O(B1)(B1) AldehydeKetone ExternalSymmetry0: a2 a5 : XSymmetry: 2CarbonAsymetry CarbonAtom Optical Isomers0: a2 : N1: a3 : N2: a4 : N3: a5 : NSymmetry: 1ExternalSymmetry-SingleBond GeneralSingleBond ExternalSymmetry0: a0 a1 : XSymmetry: 2Running the SymmetryDefinition file with Test=true:
java -jar ./target/JThermodynamicData-1.0-jar-with-dependencies.jar SymmetryDefinition symmetrytable.txt trueReads in the file and prints out the information that was interpreted from the input. Note that
Just read in file, no upload to databaseis printed. Essentually, if no errors occurred, then the test was successful. Each symmetry definition is printed out. Below, the first symmetry block is in bold face. For the input file above the output is:
Loading class `com.mysql.jdbc.Driver'. This is deprecated. The new driver class is `com.mysql.cj.jdbc.Driver'. The driver is automatically registered via the SPI and manual loading of the driver class is generally unnecessary.Just read in file, no upload to databaseorg.openscience.cdk.libio.cml.Convertor WARN: Duplicate attempt to register a customizerorg.openscience.cdk.libio.cml.Convertor WARN: Duplicate attempt to register a customizerorg.openscience.cdk.libio.cml.Convertor WARN: Duplicate attempt to register a customizerSymmetryDefinition:Symmetry=3.0Set of Symmetry Assignments: SymmetryAssignment: Group0 ( X) -> a3 a4 a5 (none)MetaAtomDefinition: ExternalSymmetry-C(B1)(B1)(B1)specifiedAtoms: 0 unspecifiedAtoms: 1 2 3 4 connectingAtoms: 0 <?xml version="1.0" encoding="ISO-8859-1"?><molecule id="GeneralMethylConnection" xmlns="http://www.xml-cml.org/schema"> <atomArray> <atom id="a0" elementType="C" formalCharge="0" hydrogenCount="0"/> <atom id="a1" elementType="R" formalCharge="0" hydrogenCount="0"/> <atom id="a2" elementType="Du" formalCharge="0" hydrogenCount="0"/> <atom id="a3" elementType="Du" formalCharge="0" hydrogenCount="0"/> <atom id="a4" elementType="Du" formalCharge="0" hydrogenCount="0"/> </atomArray> <bondArray> <bond id="b1" atomRefs2="a1 a0" order="S"/> <bond id="b2" atomRefs2="a2 a0" order="S"/> <bond id="b3" atomRefs2="a3 a0" order="S"/> <bond id="b4" atomRefs2="a4 a0" order="S"/> </bondArray></molecule>org.openscience.cdk.libio.cml.Convertor WARN: Duplicate attempt to register a customizerorg.openscience.cdk.libio.cml.Convertor WARN: Duplicate attempt to register a customizerorg.openscience.cdk.libio.cml.Convertor WARN: Duplicate attempt to register a customizerSymmetryDefinition:Symmetry=4.0Set of Symmetry Assignments: SymmetryAssignment: Group1 (X) -> a2 (none)SymmetryAssignment: Group0 (X) -> a3 a4 a5 (none)MetaAtomDefinition: ExternalSymmetry-C(B1)(B1)(B1)(B1)-XspecifiedAtoms: 0 unspecifiedAtoms: 1 2 3 4 connectingAtoms: 0 <?xml version="1.0" encoding="ISO-8859-1"?><molecule id="CarbonAtom" xmlns="http://www.xml-cml.org/schema"> <atomArray> <atom id="a1" elementType="C" x2="16.88" y2="41.187200000000004" formalCharge="0" hydrogenCount="0"/> <atom id="a2" title="*" elementType="Du" x2="16.5002" y2="42.622" formalCharge="0" hydrogenCount="0"/> <atom id="a3" title="*" elementType="Du" x2="18.3148" y2="41.567" formalCharge="0" hydrogenCount="0"/> <atom id="a4" title="*" elementType="Du" x2="16.88" y2="39.668" formalCharge="0" hydrogenCount="0"/> <atom id="a5" title="*" elementType="Du" x2="15.4452" y2="40.8074" formalCharge="0" hydrogenCount="0"/> </atomArray> <bondArray> <bond id="b1" atomRefs2="a1 a2" order="S"/> <bond id="b2" atomRefs2="a1 a3" order="S"/> <bond id="b3" atomRefs2="a1 a4" order="S"/> <bond id="b4" atomRefs2="a1 a5" order="S"/> </bondArray></molecule>org.openscience.cdk.libio.cml.Convertor WARN: Duplicate attempt to register a customizerorg.openscience.cdk.libio.cml.Convertor WARN: Duplicate attempt to register a customizerorg.openscience.cdk.libio.cml.Convertor WARN: Duplicate attempt to register a customizerSymmetryDefinition:Symmetry=3.0Set of Symmetry Assignments: SymmetryAssignment: Group0 ( 3) -> a2 a3 a4 a5 (none)MetaAtomDefinition: ExternalSymmetry-C(B1)(B1)(B1)(B1)-3specifiedAtoms: 0 unspecifiedAtoms: 1 2 3 4 connectingAtoms: 0 <?xml version="1.0" encoding="ISO-8859-1"?><molecule id="CarbonAtom" xmlns="http://www.xml-cml.org/schema"> <atomArray> <atom id="a1" elementType="C" x2="16.88" y2="41.187200000000004" formalCharge="0" hydrogenCount="0"/> <atom id="a2" title="*" elementType="Du" x2="16.5002" y2="42.622" formalCharge="0" hydrogenCount="0"/> <atom id="a3" title="*" elementType="Du" x2="18.3148" y2="41.567" formalCharge="0" hydrogenCount="0"/> <atom id="a4" title="*" elementType="Du" x2="16.88" y2="39.668" formalCharge="0" hydrogenCount="0"/> <atom id="a5" title="*" elementType="Du" x2="15.4452" y2="40.8074" formalCharge="0" hydrogenCount="0"/> </atomArray> <bondArray> <bond id="b1" atomRefs2="a1 a2" order="S"/> <bond id="b2" atomRefs2="a1 a3" order="S"/> <bond id="b3" atomRefs2="a1 a4" order="S"/> <bond id="b4" atomRefs2="a1 a5" order="S"/> </bondArray></molecule>org.openscience.cdk.libio.cml.Convertor WARN: Duplicate attempt to register a customizerorg.openscience.cdk.libio.cml.Convertor WARN: Duplicate attempt to register a customizerorg.openscience.cdk.libio.cml.Convertor WARN: Duplicate attempt to register a customizerSymmetryDefinition:Symmetry=3.0Set of Symmetry Assignments: SymmetryAssignment: Group1 ( N) -> a2 (none)SymmetryAssignment: Group0 ( N) -> a3 a4 a5 (none)MetaAtomDefinition: InternalSymmetry-B(B1)(B2)(B2)(B2)specifiedAtoms: 0 unspecifiedAtoms: 1 2 3 4 connectingAtoms: 0 <?xml version="1.0" encoding="ISO-8859-1"?><molecule id="CarbonAtom" xmlns="http://www.xml-cml.org/schema"> <atomArray> <atom id="a1" elementType="C" x2="16.88" y2="41.187200000000004" formalCharge="0" hydrogenCount="0"/> <atom id="a2" title="*" elementType="Du" x2="16.5002" y2="42.622" formalCharge="0" hydrogenCount="0"/> <atom id="a3" title="*" elementType="Du" x2="18.3148" y2="41.567" formalCharge="0" hydrogenCount="0"/> <atom id="a4" title="*" elementType="Du" x2="16.88" y2="39.668" formalCharge="0" hydrogenCount="0"/> <atom id="a5" title="*" elementType="Du" x2="15.4452" y2="40.8074" formalCharge="0" hydrogenCount="0"/> </atomArray> <bondArray> <bond id="b1" atomRefs2="a1 a2" order="S"/> <bond id="b2" atomRefs2="a1 a3" order="S"/> <bond id="b3" atomRefs2="a1 a4" order="S"/> <bond id="b4" atomRefs2="a1 a5" order="S"/> </bondArray></molecule>org.openscience.cdk.libio.cml.Convertor WARN: Duplicate attempt to register a customizerorg.openscience.cdk.libio.cml.Convertor WARN: Duplicate attempt to register a customizerorg.openscience.cdk.libio.cml.Convertor WARN: Duplicate attempt to register a customizerSymmetryDefinition:Symmetry=3.0Set of Symmetry Assignments: SymmetryAssignment: Group0 ( L) -> a2 a3 a4 a5 (none)MetaAtomDefinition: ExternalSymmetry-C(B1)(B1)(B1)(B1)-LspecifiedAtoms: 0 unspecifiedAtoms: 1 2 3 4 connectingAtoms: 0 <?xml version="1.0" encoding="ISO-8859-1"?><molecule id="CarbonAtom" xmlns="http://www.xml-cml.org/schema"> <atomArray> <atom id="a1" elementType="C" x2="16.88" y2="41.187200000000004" formalCharge="0" hydrogenCount="0"/> <atom id="a2" title="*" elementType="Du" x2="16.5002" y2="42.622" formalCharge="0" hydrogenCount="0"/> <atom id="a3" title="*" elementType="Du" x2="18.3148" y2="41.567" formalCharge="0" hydrogenCount="0"/> <atom id="a4" title="*" elementType="Du" x2="16.88" y2="39.668" formalCharge="0" hydrogenCount="0"/> <atom id="a5" title="*" elementType="Du" x2="15.4452" y2="40.8074" formalCharge="0" hydrogenCount="0"/> </atomArray> <bondArray> <bond id="b1" atomRefs2="a1 a2" order="S"/> <bond id="b2" atomRefs2="a1 a3" order="S"/> <bond id="b3" atomRefs2="a1 a4" order="S"/> <bond id="b4" atomRefs2="a1 a5" order="S"/> </bondArray></molecule>org.openscience.cdk.libio.cml.Convertor WARN: Duplicate attempt to register a customizerorg.openscience.cdk.libio.cml.Convertor WARN: Duplicate attempt to register a customizerorg.openscience.cdk.libio.cml.Convertor WARN: Duplicate attempt to register a customizerSymmetryDefinition:Symmetry=3.0Set of Symmetry Assignments: SymmetryAssignment: Group1 ( N) -> a3 a4 a5 (none)SymmetryAssignment: Group0 ( 3) -> a2 (none)MetaAtomDefinition: ExternalSymmetry-C(B1)(B2)(B2)(B2)-3specifiedAtoms: 0 unspecifiedAtoms: 1 2 3 4 connectingAtoms: 0 <?xml version="1.0" encoding="ISO-8859-1"?><molecule id="CarbonAtom" xmlns="http://www.xml-cml.org/schema"> <atomArray> <atom id="a1" elementType="C" x2="16.88" y2="41.187200000000004" formalCharge="0" hydrogenCount="0"/> <atom id="a2" title="*" elementType="Du" x2="16.5002" y2="42.622" formalCharge="0" hydrogenCount="0"/> <atom id="a3" title="*" elementType="Du" x2="18.3148" y2="41.567" formalCharge="0" hydrogenCount="0"/> <atom id="a4" title="*" elementType="Du" x2="16.88" y2="39.668" formalCharge="0" hydrogenCount="0"/> <atom id="a5" title="*" elementType="Du" x2="15.4452" y2="40.8074" formalCharge="0" hydrogenCount="0"/> </atomArray> <bondArray> <bond id="b1" atomRefs2="a1 a2" order="S"/> <bond id="b2" atomRefs2="a1 a3" order="S"/> <bond id="b3" atomRefs2="a1 a4" order="S"/> <bond id="b4" atomRefs2="a1 a5" order="S"/> </bondArray></molecule>org.openscience.cdk.libio.cml.Convertor WARN: Duplicate attempt to register a customizerorg.openscience.cdk.libio.cml.Convertor WARN: Duplicate attempt to register a customizerorg.openscience.cdk.libio.cml.Convertor WARN: Duplicate attempt to register a customizerSymmetryDefinition:Symmetry=3.0Set of Symmetry Assignments: SymmetryAssignment: Group1 ( N) -> a3 a4 a5 (none)SymmetryAssignment: Group0 ( L) -> a2 (none)MetaAtomDefinition: ExternalSymmetry-C(B1)(B2)(B2)(B2)-LspecifiedAtoms: 0 unspecifiedAtoms: 1 2 3 4 connectingAtoms: 0 <?xml version="1.0" encoding="ISO-8859-1"?><molecule id="CarbonAtom" xmlns="http://www.xml-cml.org/schema"> <atomArray> <atom id="a1" elementType="C" x2="16.88" y2="41.187200000000004" formalCharge="0" hydrogenCount="0"/> <atom id="a2" title="*" elementType="Du" x2="16.5002" y2="42.622" formalCharge="0" hydrogenCount="0"/> <atom id="a3" title="*" elementType="Du" x2="18.3148" y2="41.567" formalCharge="0" hydrogenCount="0"/> <atom id="a4" title="*" elementType="Du" x2="16.88" y2="39.668" formalCharge="0" hydrogenCount="0"/> <atom id="a5" title="*" elementType="Du" x2="15.4452" y2="40.8074" formalCharge="0" hydrogenCount="0"/> </atomArray> <bondArray> <bond id="b1" atomRefs2="a1 a2" order="S"/> <bond id="b2" atomRefs2="a1 a3" order="S"/> <bond id="b3" atomRefs2="a1 a4" order="S"/> <bond id="b4" atomRefs2="a1 a5" order="S"/> </bondArray></molecule>org.openscience.cdk.libio.cml.Convertor WARN: Duplicate attempt to register a customizerorg.openscience.cdk.libio.cml.Convertor WARN: Duplicate attempt to register a customizerorg.openscience.cdk.libio.cml.Convertor WARN: Duplicate attempt to register a customizerSymmetryDefinition:Symmetry=2.0Set of Symmetry Assignments: SymmetryAssignment: Group1 ( X) -> a4 a5 (none)SymmetryAssignment: Group0 (X) -> a2 a3 (none)MetaAtomDefinition: ExternalSymmetry-C(B1)(B1)(B2)(B2)specifiedAtoms: 0 unspecifiedAtoms: 1 2 3 4 connectingAtoms: 0 <?xml version="1.0" encoding="ISO-8859-1"?><molecule id="CarbonAtom" xmlns="http://www.xml-cml.org/schema"> <atomArray> <atom id="a1" elementType="C" x2="16.88" y2="41.187200000000004" formalCharge="0" hydrogenCount="0"/> <atom id="a2" title="*" elementType="Du" x2="16.5002" y2="42.622" formalCharge="0" hydrogenCount="0"/> <atom id="a3" title="*" elementType="Du" x2="18.3148" y2="41.567" formalCharge="0" hydrogenCount="0"/> <atom id="a4" title="*" elementType="Du" x2="16.88" y2="39.668" formalCharge="0" hydrogenCount="0"/> <atom id="a5" title="*" elementType="Du" x2="15.4452" y2="40.8074" formalCharge="0" hydrogenCount="0"/> </atomArray> <bondArray> <bond id="b1" atomRefs2="a1 a2" order="S"/> <bond id="b2" atomRefs2="a1 a3" order="S"/> <bond id="b3" atomRefs2="a1 a4" order="S"/> <bond id="b4" atomRefs2="a1 a5" order="S"/> </bondArray></molecule>org.openscience.cdk.libio.cml.Convertor WARN: Duplicate attempt to register a customizerorg.openscience.cdk.libio.cml.Convertor WARN: Duplicate attempt to register a customizerorg.openscience.cdk.libio.cml.Convertor WARN: Duplicate attempt to register a customizerSymmetryDefinition:Symmetry=2.0Set of Symmetry Assignments: SymmetryAssignment: Group1 ( X) -> a5 a6 (none)SymmetryAssignment: Group0 ( X) -> a1 a3 (none)MetaAtomDefinition: ExternalSymmetry-(B1)(B1)C=C(B2)(B2)specifiedAtoms: 1 3 unspecifiedAtoms: 0 2 4 5 connectingAtoms: 1 3 <?xml version="1.0" encoding="ISO-8859-1"?><molecule id="CarbonCarbonDoubleBond" xmlns="http://www.xml-cml.org/schema"> <atomArray> <atom id="a1" elementType="Du" formalCharge="0" hydrogenCount="0"/> <atom id="a2" elementType="C" formalCharge="0" hydrogenCount="0"/> <atom id="a3" elementType="Du" formalCharge="0" hydrogenCount="0"/> <atom id="a4" elementType="C" formalCharge="0" hydrogenCount="0"/> <atom id="a5" elementType="Du" formalCharge="0" hydrogenCount="0"/> <atom id="a6" elementType="Du" formalCharge="0" hydrogenCount="0"/> </atomArray> <bondArray> <bond id="b1" atomRefs2="a2 a1" order="S"/> <bond id="b2" atomRefs2="a3 a2" order="S"/> <bond id="b3" atomRefs2="a4 a2" order="D"/> <bond id="b4" atomRefs2="a5 a4" order="S"/> <bond id="b5" atomRefs2="a6 a4" order="S"/> </bondArray></molecule>org.openscience.cdk.libio.cml.Convertor WARN: Duplicate attempt to register a customizerorg.openscience.cdk.libio.cml.Convertor WARN: Duplicate attempt to register a customizerorg.openscience.cdk.libio.cml.Convertor WARN: Duplicate attempt to register a customizerSymmetryDefinition:Symmetry=2.0Set of Symmetry Assignments: SymmetryAssignment: Group0 ( X) -> a1 a3 a5 a6 (none)MetaAtomDefinition: ExternalSymmetry-(B1)(B1)C=C(B1)(B1)specifiedAtoms: 1 3 unspecifiedAtoms: 0 2 4 5 connectingAtoms: 1 3 <?xml version="1.0" encoding="ISO-8859-1"?><molecule id="CarbonCarbonDoubleBond" xmlns="http://www.xml-cml.org/schema"> <atomArray> <atom id="a1" elementType="Du" formalCharge="0" hydrogenCount="0"/> <atom id="a2" elementType="C" formalCharge="0" hydrogenCount="0"/> <atom id="a3" elementType="Du" formalCharge="0" hydrogenCount="0"/> <atom id="a4" elementType="C" formalCharge="0" hydrogenCount="0"/> <atom id="a5" elementType="Du" formalCharge="0" hydrogenCount="0"/> <atom id="a6" elementType="Du" formalCharge="0" hydrogenCount="0"/> </atomArray> <bondArray> <bond id="b1" atomRefs2="a2 a1" order="S"/> <bond id="b2" atomRefs2="a3 a2" order="S"/> <bond id="b3" atomRefs2="a4 a2" order="D"/> <bond id="b4" atomRefs2="a5 a4" order="S"/> <bond id="b5" atomRefs2="a6 a4" order="S"/> </bondArray></molecule>org.openscience.cdk.libio.cml.Convertor WARN: Duplicate attempt to register a customizerorg.openscience.cdk.libio.cml.Convertor WARN: Duplicate attempt to register a customizerorg.openscience.cdk.libio.cml.Convertor WARN: Duplicate attempt to register a customizerSymmetryDefinition:Symmetry=2.0Set of Symmetry Assignments: SymmetryAssignment: Group0 ( X) -> a2 a5 (none)MetaAtomDefinition: ExternalSymmetry-C=O(B1)(B1)specifiedAtoms: 0 2 unspecifiedAtoms: 1 3 connectingAtoms: 0 <?xml version="1.0" encoding="ISO-8859-1"?><molecule id="AldehydeKetone" xmlns="http://www.xml-cml.org/schema"> <atomArray> <atom id="a1" elementType="C" x2="6.6676" y2="40.4276" formalCharge="0" hydrogenCount="0"/> <atom id="a2" title="*" elementType="Du" x2="5.3594" y2="39.7102" formalCharge="0" hydrogenCount="0"/> <atom id="a3" elementType="O" x2="6.6676" y2="41.9468" formalCharge="0" hydrogenCount="0"/> <atom id="a5" title="*" elementType="Du" x2="6.6676" y2="38.9084" formalCharge="0" hydrogenCount="0"/> </atomArray> <bondArray> <bond id="b1" atomRefs2="a2 a1" order="S"/> <bond id="b2" atomRefs2="a1 a3" order="D"/> <bond id="b4" atomRefs2="a1 a5" order="S"/> </bondArray></molecule>org.openscience.cdk.libio.cml.Convertor WARN: Duplicate attempt to register a customizerorg.openscience.cdk.libio.cml.Convertor WARN: Duplicate attempt to register a customizerorg.openscience.cdk.libio.cml.Convertor WARN: Duplicate attempt to register a customizerSymmetryDefinition:Symmetry=1.0Set of Symmetry Assignments: SymmetryAssignment: Group3 ( N) -> a5 (none)SymmetryAssignment: Group2 ( N) -> a4 (none)SymmetryAssignment: Group1 ( N) -> a3 (none)SymmetryAssignment: Group0 ( N) -> a2 (none)MetaAtomDefinition: CarbonAsymetryspecifiedAtoms: 0 unspecifiedAtoms: 1 2 3 4 connectingAtoms: 0 <?xml version="1.0" encoding="ISO-8859-1"?><molecule id="CarbonAtom" xmlns="http://www.xml-cml.org/schema"> <atomArray> <atom id="a1" elementType="C" x2="16.88" y2="41.187200000000004" formalCharge="0" hydrogenCount="0"/> <atom id="a2" title="*" elementType="Du" x2="16.5002" y2="42.622" formalCharge="0" hydrogenCount="0"/> <atom id="a3" title="*" elementType="Du" x2="18.3148" y2="41.567" formalCharge="0" hydrogenCount="0"/> <atom id="a4" title="*" elementType="Du" x2="16.88" y2="39.668" formalCharge="0" hydrogenCount="0"/> <atom id="a5" title="*" elementType="Du" x2="15.4452" y2="40.8074" formalCharge="0" hydrogenCount="0"/> </atomArray> <bondArray> <bond id="b1" atomRefs2="a1 a2" order="S"/> <bond id="b2" atomRefs2="a1 a3" order="S"/> <bond id="b3" atomRefs2="a1 a4" order="S"/> <bond id="b4" atomRefs2="a1 a5" order="S"/> </bondArray></molecule>org.openscience.cdk.libio.cml.Convertor WARN: Duplicate attempt to register a customizerorg.openscience.cdk.libio.cml.Convertor WARN: Duplicate attempt to register a customizerorg.openscience.cdk.libio.cml.Convertor WARN: Duplicate attempt to register a customizerSymmetryDefinition:Symmetry=2.0Set of Symmetry Assignments: SymmetryAssignment: Group0 ( X) -> a1 a0 (none)MetaAtomDefinition: ExternalSymmetry-SingleBondspecifiedAtoms: unspecifiedAtoms: 0 1 connectingAtoms: <?xml version="1.0" encoding="ISO-8859-1"?><molecule id="GeneralSingleBond" xmlns="http://www.xml-cml.org/schema"> <atomArray> <atom id="a0" elementType="Du" formalCharge="0" hydrogenCount="0"/> <atom id="a1" elementType="Du" formalCharge="0" hydrogenCount="0"/> </atomArray> <bondArray> <bond id="b1" atomRefs2="a1 a0" order="S"/> </bondArray></molecule>Executing the command with Test=false:
java -jar JThermodynamicData-1.0-jar-with-dependencies.jar SymmetryDefinition symmetrytable.txt falseThe file will be read in and the information written to the database. Successful completion ends with:
Read file and upload to database