Dear Krishna,
I have tested these 2 smiles in Marvin 5.4.
In the following code in the API:
Molecule m1 = MolImporter.importMol("CC(C)NC(=O)N(C)C[C@@H]1OCCCC[C@@H](C)Oc2ccc(NC(=O)Nc3cccc4ccccc34)cc2C(=O)N(C[C@@H]1C)[C@@H](C)CO");
Molecule m2 = MolImporter.importMol("CC(C)NC(=O)N(C)C[C@@H]1OCCCC[C@@H](C)Oc2ccc(NC(=O)Nc3cccc4ccccc34)cc2C(=O)N(C[C@@H]1C)[C@H](C)CO");
System.out.println(m1.toFormat("inchi:AuxNone"));
System.out.println(m2.toFormat("inchi:AuxNone"));
I get different inchis:
InChI=1S/C37H51N5O6/c1-24(2)38-37(46)41(6)22-34-25(3)21-42(26(4)23-43)35(44)31-20-29(17-18-33(31)48-27(5)12-9-10-19-47-34)39-36(45)40-32-16-11-14-28-13-7-8-15-30(28)32/h7-8,11,13-18,20,24-27,34,43H,9-10,12,19,21-23H2,1-6H3,(H,38,46)(H2,39,40,45)/t25-,26-,27+,34-/m0/s1
InChI=1S/C37H51N5O6/c1-24(2)38-37(46)41(6)22-34-25(3)21-42(26(4)23-43)35(44)31-20-29(17-18-33(31)48-27(5)12-9-10-19-47-34)39-36(45)40-32-16-11-14-28-13-7-8-15-30(28)32/h7-8,11,13-18,20,24-27,34,43H,9-10,12,19,21-23H2,1-6H3,(H,38,46)(H2,39,40,45)/t25-,26+,27+,34-/m0/s1
In the /t part the 26+ and 26- is different.
I also tried it in molconvert with both smiles and on the site with the applet importing them and getting the inchi in Edit/Source and got the same results, and on the site the when displaying the smiles the 2D clean is running before the export.
Maybe You have found a bug in specific configuration. Which Marvin version and operating system do You use? Is the molconvert and the applet gives the same result? Did You use the importMol and toFormat in API as I have in the code above? If not, can You send me the import and export line from Your code?
We are currently rewriting the inchi converter in out code, using the API of the IUPAC code, not executable, it will be faster, and will not need clean any more. I have checked this in the new converter also, and it also gives above the different result for Your smiles.
Best Regards,
Peter