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

Add API Method getRdf for retrieving RDF representation of structures #5776

Closed
Zhirnoff opened this issue Oct 16, 2024 · 2 comments · Fixed by #5806 or #5837
Closed

Add API Method getRdf for retrieving RDF representation of structures #5776

Zhirnoff opened this issue Oct 16, 2024 · 2 comments · Fixed by #5806 or #5837
Assignees
Labels
Cascade reactions feature request MMPK Scope for Pathway reactions, View-only mode, Static images, Custom buttons and Ketcher API changes Priority: Medium

Comments

@Zhirnoff
Copy link
Collaborator

Zhirnoff commented Oct 16, 2024

Summary
Request to add a getRdf API method to Ketcher for retrieving the RDF representation of chemical structures, with support for specifying V2000 and V3000 formats similar to how it is done in SDF
Solution
Introduce a getRdf method in the Ketcher API that allows users to:

  • Retrieve the RDF representation of the current structure on the canvas.
  • Specify the desired format (V2000 or V3000) for the RDF output, similar to how it's done in SDF export.
@Zhirnoff Zhirnoff added Priority: Medium feature request MMPK Scope for Pathway reactions, View-only mode, Static images, Custom buttons and Ketcher API changes labels Oct 16, 2024
@Zhirnoff Zhirnoff added this to the Ketcher 2.26.0-rc.4 milestone Oct 16, 2024
@daniil-sloboda daniil-sloboda self-assigned this Oct 17, 2024
rrodionov91 pushed a commit that referenced this issue Oct 18, 2024
…5806)

#5786 - Uncaught TypeError is in console when trying to move tail of Multi-Tailed Arrow added from KET with small size between tails
#5776 - Add API Method getRdf for retrieving RDF representation of structures
#5753 - Issue with moving of tail of Multi-Tailed arrow with several tails when user needs to move the tail close to another one
@rrodionov91 rrodionov91 reopened this Oct 18, 2024
@rrodionov91
Copy link
Collaborator

Need merge into 2.26

daniil-sloboda added a commit that referenced this issue Oct 22, 2024
…5806)

#5786 - Uncaught TypeError is in console when trying to move tail of Multi-Tailed Arrow added from KET with small size between tails
#5776 - Add API Method getRdf for retrieving RDF representation of structures
#5753 - Issue with moving of tail of Multi-Tailed arrow with several tails when user needs to move the tail close to another one
rrodionov91 pushed a commit that referenced this issue Oct 22, 2024
…tails when user needs to move the tail close to another one

#5413 - Fixed sizeless svg issue
#5786 - Uncaught TypeError is in console when trying to move tail of Multi-Tailed Arrow added from KET with small size between tails
#5776 - Add API Method getRdf for retrieving RDF representation of structures
#5753 - Issue with moving of tail of Multi-Tailed arrow with several tails when user needs to move the tail close to another one
@Zhirnoff
Copy link
Collaborator Author

Tested.
2024-10-25_14h25_23

Desktop:

  • OS: Windows 11
  • Browser Chrome
  • Version 128.0.6613.120 (Official Build) (64-bit)

Ketcher version
[Version 2.26.0-rc.6]
Indigo version
[Version 1.25.0-rc.4]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment