Closed JustinZZW closed 4 years ago
Hmm, the issue seem to be rooted in the ChemmineOB wrapper, not much I can do from my side. I'd say it would be sufficient to call openbabel from the command line as an ad-hoc solution:
system("obabel -iinchi test.inchi -oinchikey > test.inchikey")
Great! It works perfectly. Thanks a lot.
Hi Nan, I come across a problem when using convertMolFormat Function. This function work well when using example data. But the errors occured when I hope to convet from inchi to inchikey. The file was attached. test.zip
The code I used:
The error:
I would appeciate a lot for your kindness helps
Best,
Zhiwei