Indigo icon indicating copy to clipboard operation
Indigo copied to clipboard

Universal cheminformatics toolkit, utilities and database search tools

Results 614 Indigo issues
Sort by recently updated
recently updated
newest added

Use incapsulated vector operations instead of reallocs and memcpy. vector::reserve, vector::resize and std::copy should be used instead.

We need to switch the existing Java API exact match method to using molecules and reactions hashes to increase its performance. A similar change was recently implemented in Bingo Elastic....

Core
Indigo API
Feature

Exact search test for Bingo Elastic fails getting less hits than we have in the reference for three particular molecules: q_55 (on the picture) , q_56, q_57. As the search...

Bingo-Elastic

I've installed the docker image of the indigo service and it's up and running. Directly calling the API works fine, however now I get CORS erros. An example: > Access...

question
Indigo Service
Documentation

Hi. I have a suggestion of calculating Axis-Aligned Bounding Box(AABB) in the function of RenderContext::fontDrawText. I don't know if this would be useful for this project or not because I'm...

With the new Knime 4.6 release, the Indigo chemistry nodes are no longer compatible. they are really useful nodes and it would be great to have them updated for everyone...

Bug
KNIME
Priority: High
User Feedback

Affected versions: Remote, Standalone Steps to reproduce: 1. Launch Ketcher (Remote) 2. Execute 'v2/indigo/calculate' with the following parameters: struct [Rstruct.zip](https://github.com/epam/Indigo/files/6219972/Rstruct.zip) options: {smart-layout: true, ignore-stereochemistry-errors: true, mass-skip-error-on-pseudoatoms: false,…} properties: ["molecular-weight", "most-abundant-mass",...

Bug
Indigo Service

**Steps to Reproduce** 1. Execute the /v2/indigo/check with the following parameters: struct: [Radical.zip](https://github.com/epam/Indigo/files/8707354/Radical.zip) options: { aromatize-skip-superatoms: true gross-formula-add-isotopes: true gross-formula-add-rsites: true ignore-stereochemistry-errors: true mass-skip-error-on-pseudoatoms: false smart-layout: true }, 2. Check...

Bug
High priority

**Steps to reproduce** Call the v2/indigo/dearomatize options: { aromatize-skip-superatoms: true gross-formula-add-isotopes: true gross-formula-add-rsites: true ignore-stereochemistry-errors: true mass-skip-error-on-pseudoatoms: false smart-layout: true }, output_format: "chemical/x-indigo-ket" struct: [Structure with Not List atom.zip](https://github.com/epam/Indigo/files/8685452/Structure.with.Not.List.atom.zip) Expected...

Bug

indigo how to block aliases in rendered images For example, I want to display R1, no need to display Pr

Bug