Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Indigo reaction mapping incomplete?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  7 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Ernst-Georg Schmid  
View profile  
 More options Nov 4 2011, 5:55 am
From: Ernst-Georg Schmid <ernst.georg.sch...@gmail.com>
Date: Fri, 4 Nov 2011 02:55:42 -0700 (PDT)
Local: Fri, Nov 4 2011 5:55 am
Subject: Indigo reaction mapping incomplete?

Hello,

I am fairly new to reactions, so please bear with me if I'm completely
wrong on this topic. :-)

I have used the following code to try Indigo's reaction automapper with
1.0.0 and 1.1-beta5:

#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include "mingw/indigo.h"

int main(int argc, char *argv[]) {

int handle;

qword session = indigoAllocSessionId();

indigoSetSessionId(session);

printf("%s\n",indigoVersion());

handle = indigoLoadReactionFromFile("c:/temp/testrxn.rxn");

indigoUnfoldHydrogens(handle);

printf("1:%s\n",indigoGetLastError());

indigoAutomap(handle,"discard");

printf("2:%s\n",indigoGetLastError());

indigoSaveRxnfileToFile(handle,"c:/temp/testrxn_mapped.rxn");

printf("3:%s\n",indigoGetLastError());

    indigoFree(handle);
indigoReleaseSessionId(session);

return 0;

}

And now I wonder why the C#N from the hydrocyanic acid is automapped, but
not the C=O from the the methanal?

The Infochem reaction mapper maps them all (see tesrxn_mapped_infochem.rxn)
and that seems the natural thing to do to me....

best regards,

Ernst-Georg

  testrxn_mapped.rxn
1K Download

  testrxn_mapped_infochem.rxn
1K Download

  testrxn.rxn
1K Download

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Savelyev Alexander  
View profile  
 More options Nov 7 2011, 3:10 am
From: Savelyev Alexander <asavel...@ggasoftware.com>
Date: Mon, 7 Nov 2011 00:10:10 -0800 (PST)
Local: Mon, Nov 7 2011 3:10 am
Subject: Re: Indigo reaction mapping incomplete?
The given issue is well known and is under development now. Current
AAM engine can not handle with small MCS structures(< 2 atoms)

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Daniel Lowe  
View profile  
 More options Nov 7 2011, 10:39 am
From: Daniel Lowe <daniel_lowe...@yahoo.co.uk>
Date: Mon, 7 Nov 2011 07:39:27 -0800 (PST)
Local: Mon, Nov 7 2011 10:39 am
Subject: Re: Indigo reaction mapping incomplete?
Is this likely to make it into the next release?
On Nov 7, 8:10 am, Savelyev Alexander <asavel...@ggasoftware.com>
wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Savelyev Alexander  
View profile  
 More options Nov 8 2011, 5:03 am
From: Savelyev Alexander <asavel...@ggasoftware.com>
Date: Tue, 8 Nov 2011 02:03:04 -0800 (PST)
Local: Tues, Nov 8 2011 5:03 am
Subject: Re: Indigo reaction mapping incomplete?
The specified issue seems to be very simple, but I am busy with other
project at the moment. Therefore, I think, the problem will be
resolved in one-two weeks.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ernst-Georg Schmid  
View profile  
 More options Nov 17 2011, 4:51 am
From: Ernst-Georg Schmid <ernst.georg.sch...@gmail.com>
Date: Thu, 17 Nov 2011 01:51:18 -0800 (PST)
Local: Thurs, Nov 17 2011 4:51 am
Subject: Re: Indigo reaction mapping incomplete?

I think I found another one:

If you look at the terminal C at the end of the double bond starting with
atom 17 in educt A, it doesen't get a number at all. This propagates to the
product side and the mapping numbers on the lower left ring change places
with the upper ring. Besides just looking wrong, this breaks my R-Matrix.
;-)

Again, please see the infochem mapping for comparison.

best regards,

Ernst-Georg

  testrxn_mapped_infochem.rxn
5K Download

  testrxn_mapped.rxn
5K Download

  testrxn.rxn
5K Download

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ernst-Georg Schmid  
View profile   Translate to Translated (View Original)
 More options Nov 17 2011, 6:13 am
From: Ernst-Georg Schmid <ernst.georg.sch...@googlemail.com>
Date: Thu, 17 Nov 2011 03:13:43 -0800 (PST)
Local: Thurs, Nov 17 2011 6:13 am
Subject: Re: Indigo reaction mapping incomplete?

> on the lower left ring change places

That should be: on the lower right ring

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Savelyev Alexander  
View profile   Translate to Translated (View Original)
 More options Nov 18 2011, 5:14 am
From: Savelyev Alexander <asavel...@ggasoftware.com>
Date: Fri, 18 Nov 2011 02:14:18 -0800 (PST)
Local: Fri, Nov 18 2011 5:14 am
Subject: Re: Indigo reaction mapping incomplete?
Thank you for your suggestions. You are absolutely right about the
ring changes. I am going to fix the issues in the nearest future. I
think, the algorithm should consider all MCS solutions (it is not true
now) to select the most appropriate one.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »