Aleksandr Savelev

Results 15 comments of Aleksandr Savelev

the nginx file which you pointed is not used inside the docker instance. please inform how do you run http://localhost:50738 and http://localhost:4200? it seems there are some missing configuration for...

Hi @Doidel There is no nginx inside epmlsop/indigo_service One can use nginx (or any other http server with uwsgi support, e.g. apache) to route the traffic for an application correctly...

We are going to revisit our approach to indigo-service. Most probably we will move nginx into the docker. Will it work for you?

Hi @mohanmtm I was not able to reproduce the issue ``` import indigo indigo = indigo.Indigo() print(indigo.version()) mol = indigo.loadMoleculeFromFile("test_rgroup.mol") print(mol.smiles()) ``` ``` 1.6.1.0-g5dbb0c0f4-x86_64-linux-gnu-10.2.1 C1=CC(N%91C)=CC=C1.[*]%91 ```

@kvarchenko please provide your code to reproduce

the molfile is generated correctly into S-isomer. So the issue is related to Ketcher Daylight SMILES saving

non-copyable was created for a performance reason. The task should not be done without performance impact evaluation for the Indigo calculations. Have proper deep copy constructors - for all classes...

The expected result for the ticket is not correct. It is not possible to do all operations for a structure with query features. The expected should be to return appropriate...