-
Notifications
You must be signed in to change notification settings - Fork 176
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Macro: Send monomer library from Ketcher to Indigo upon monomers import/export #4311
Labels
Milestone
Comments
This should be implemented for all formats supporting macromolecules, not only IDT. |
vanoprenko
changed the title
Macro: Send monomer library from Ketcher to Indigo upon IDT import/export
Macro: Send monomer library from Ketcher to Indigo upon monomers import/export
Mar 29, 2024
9 tasks
No test cases needed for that particular issue |
AlexeyGirin
added
the
Test Cases Written
Test cases has been written for that issue
label
May 7, 2024
ilya-asiyuk-epam
added a commit
that referenced
this issue
May 31, 2024
…om-ketcher-to-indigo-upon-monomers-import-export #4311 - Macro: Send monomer library from Ketcher to Indigo upon monomers import/export
Verified.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Background
It needs to send monomer library with idt aliases to indigo during import/export of monomers to match monomers/presets from Ketcher library to (mol v3000, sequence, fasta, idt) library.
Solution
It needs to add additional field to import/export request parameters which will contain all monomers library from Ketcher.
Library should be sent entirely, in ket format, with each import/export request.
The name of field to send to indigo is monomerLibrary in payload root.
Changes should affect only those import/export that contain macromolecules. Other formats should not be changed.
The text was updated successfully, but these errors were encountered: