-
Notifications
You must be signed in to change notification settings - Fork 105
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
#1303 Return original format #1315
Conversation
Initial commit.
Fix indigo service v2
Add new options input-format and output-content-type
Fix formating
Fix indentation
Fix ex=rror in indigo-ketcher.cpp
Fix smiles_saver.cpp Forr cycles sequence length may be greater than atoms count
Revert files commeted by mistake
Add UTs Add code according to comments
Fix UT
Fix UTs
) | ||
|
||
|
||
print("****** Test get original format: smiles ***") |
There was a problem hiding this comment.
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", () => { |
There was a problem hiding this comment.
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
PR can merged - but all the reactions do not work. Need to create a new ticket to fix it |
Add code to return original format and support two new options - "input-format" and "output-content-type"