Ruslan
Ruslan
`throw Error("Layout chooser has been cancelled: %s", cancellation->cancelledRequestMessage());` causes `segmentation fault`, need to investigation
@IuriiPuzanov Could you please clarify, why I always get pka acid and basic 100%. I used this example for implementations: https://lifescience.opensource.epam.com/indigo/api/index.html#pka Example request: ``` { "data": { "type": "pka", "attributes":...
Hi @digitalroll Regarding [docs](https://lifescience.opensource.epam.com/indigo/api/index.html#pka) `acidPkaValue` and `basicPkaValue` are required different request and response models, so this is not fast fix. We need make response for every atom, not for the...
Hi, As I see your requirements.txt contains `epam.indigo==1.4.0`. This version is absent in PyPI, so could you please change this line to `epam.indigo==1.5.0` and try again? Should work. Regards, Ruslan
I've just checked your workflow, indigo downloaded successfully: https://github.com/zachary-chiodini/RESTful-APIs/runs/3743423260?check_suite_focus=true#step:8:1393 Error with something else in Dockerfile: https://github.com/zachary-chiodini/RESTful-APIs/runs/3743423260?check_suite_focus=true#step:8:2337 Regards, Ruslan
Same exception with files: - `api/tests/layout/molecules/reaction_layout_and_clean2d.rdf` - `api/tests/layout/ref/reaction_clean2d.rdf` - `api/tests/layout/ref/reaction_layout.rdf` - `api/tests/basic/reactions/rxns.rdf`
In progress PR for Python: https://github.com/epam/Indigo/pull/1712
@SunnyCapt I tried to send request with files selected: ``` { "name": "Test Job", "files": [ 349 ], "datasets": [], "type": "ExtractionJob", "is_draft": false, "is_auto_distribution": false, "start_manual_job_automatically": false, "categories": [],...
Related issue: https://github.com/epam/badgerdoc/issues/663
Back-end supports many taxonomies per 1 annotation, need support in FE