Skip to content
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

#1303 Return original format #1315

Merged
merged 11 commits into from
Oct 12, 2023
Merged

#1303 Return original format #1315

merged 11 commits into from
Oct 12, 2023

Conversation

AliaksandrDziarkach
Copy link
Collaborator

Add code to return original format and support two new options - "input-format" and "output-content-type"

Fix indigo service v2
Add new options input-format and output-content-type
Fix ex=rror in indigo-ketcher.cpp
api/c/indigo/src/indigo_molecule.cpp Show resolved Hide resolved
api/c/indigo/src/indigo_molecule.cpp Show resolved Hide resolved
api/python/indigo/indigo/indigo_object.py Show resolved Hide resolved
api/wasm/indigo-ketcher/indigo-ketcher.cpp Show resolved Hide resolved
api/wasm/indigo-ketcher/indigo-ketcher.cpp Outdated Show resolved Hide resolved
api/wasm/indigo-ketcher/indigo-ketcher.cpp Show resolved Hide resolved
core/indigo-core/molecule/base_molecule.h Show resolved Hide resolved
Fix smiles_saver.cpp
Forr cycles sequence length may be greater than atoms count
@AlexanderSavelyev AlexanderSavelyev linked an issue Oct 10, 2023 that may be closed by this pull request
Revert files commeted by mistake
Add UTs
Add code according to comments
)


print("****** Test get original format: smiles ***")
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add test for reaction smiles and smarts

@@ -486,8 +486,35 @@ M END
options.delete();
});

test("convert", "output-content-type", () => {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add test for reaction smiles and smarts

@AlexanderSavelyev
Copy link
Collaborator

PR can merged - but all the reactions do not work. Need to create a new ticket to fix it

@AlexanderSavelyev AlexanderSavelyev merged commit e8afe08 into epam:master Oct 12, 2023
59 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Return original format from convert and layout function
2 participants