User 870ab5b546
31-07-2007 02:28:48
Hi,
I have these lines in my reaction definition:
When I load the reaction, I get this message:
However, I have similar lines in a different reaction that works just fine:
Is the + charge messing things up???
-- Bob
I have these lines in my reaction definition:
Code: |
<StandardizerConfiguration Version ="1.0"> <Actions> <Aromatize ID="aromatize" Type="general" Groups="reactant1"/> <Transformation ID="P(+)-C(-) -> P=C" Structure="[#6-][P+]>>C=P" Type="string" Groups="reactant1"/> <Aromatize ID="aromatize" Type="general" Groups="reactant2"/> <Transformation ID="P(+)-C(-) -> P=C" Structure="[#6-][P+]>>C=P" Type="string" Groups="reactant2"/> </Actions> </StandardizerConfiguration> |
When I load the reaction, I get this message:
Code: |
chemaxon.reaction.ReactionException: chemaxon.reaction.ReactionException: Could not read reaction: [#6-][P ]>>C=P Caused by: Could not read reaction: [#6-][P ]>>C=P at chemaxon.reaction.Reactor.setReactionDefinedStandardizer(Reactor.java:702) at chemaxon.reaction.Reactor.setReaction(Reactor.java:1008) at com.prenhall.epoch.synthesis.SynthSolver.getProducts(SynthSolver.java:142) at com.prenhall.epoch.synthesis.SynthSolver.getProducts(SynthSolver.java:53) at org.apache.jsp.public_.pasteSynthTest_jsp._jspService(pasteSynthTest_jsp.java:72) |
However, I have similar lines in a different reaction that works just fine:
Code: |
<StandardizerConfiguration Version ="0.1"> <Actions> <Transformation ID="O-enolate to C-enolate" Structure="[#8-]C=C>>[#6-]C=O" Type="string" Groups="reactant1"/> </Actions> </StandardizerConfiguration> |
Is the + charge messing things up???
-- Bob