Merge more inchis

User 887fee85a7

04-10-2014 17:33:15

Hi guys,


I have one problem and now I don't know how to figure it out. I have some inchis and I need to merge them into one. I have two solutions but I don't know how to implement them or if it is will work:


1) Use some tool, which can take these inchis and produce one, which will be same as marvin export of inchi. This inchi separates compounds by dots and semicolons.


2) Implement import of inchis to marvinjs which show these compounds and then export it. Export is simple I use webservices.


Do someone know how to do it?


Thanks

ChemAxon 044c6721bc

07-10-2014 08:05:06

Hi,


 


If you use the API, you can just import the inchis and fuse them into 1 molecule (Molecule.fuse method).


Is it a suitable solution for you?


 


Janos