User 4b8a3205dc
23-05-2007 13:01:18
Hi,
can i do more than one <edge> step with the same reaction type.
i will give u one eg:
<Reactions>
<Reaction ID="r1" Structure="indole synthesis.mrv"/>
</Reactions>
<Graph>
<Sets Result="RESULT"/>
<Rule>
<![CDATA[
Ncount(product(0)) + Ocount(product(0)) + Scount(product(0)) <= 10
&& mass(product(0)) <= 700
]]>
</Rule>
<Edge From="new_scaffold,halo" To="RESULT" RID="r1"/>
<Edge From="halo,new_scaffold" To="RESULT" RID="r1"/>
</Graph>
But it showing error, so is it not possible that with the same reaction id and reaction type, more than one synthesis is possible.
when i created another reaction id, say r2, with the same reaction then it was working..
so is there any other way??/
can i do more than one <edge> step with the same reaction type.
i will give u one eg:
<Reactions>
<Reaction ID="r1" Structure="indole synthesis.mrv"/>
</Reactions>
<Graph>
<Sets Result="RESULT"/>
<Rule>
<![CDATA[
Ncount(product(0)) + Ocount(product(0)) + Scount(product(0)) <= 10
&& mass(product(0)) <= 700
]]>
</Rule>
<Edge From="new_scaffold,halo" To="RESULT" RID="r1"/>
<Edge From="halo,new_scaffold" To="RESULT" RID="r1"/>
</Graph>
But it showing error, so is it not possible that with the same reaction id and reaction type, more than one synthesis is possible.
when i created another reaction id, say r2, with the same reaction then it was working..
so is there any other way??/