-
Notifications
You must be signed in to change notification settings - Fork 187
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
Support for all bond types in macromolecules mode #6028
Labels
Macro-Micro
Bucket: Macro-Micro View related issues
Micro-Macro
Bucket: Bugs related to Micro structures on Macro mode
Test Cases Written
Test cases has been written for that issue
Milestone
Comments
Merged
9 tasks
svvald
added a commit
that referenced
this issue
Dec 20, 2024
svvald
added a commit
that referenced
this issue
Dec 24, 2024
svvald
added a commit
that referenced
this issue
Dec 24, 2024
svvald
added a commit
that referenced
this issue
Dec 25, 2024
svvald
added a commit
that referenced
this issue
Dec 25, 2024
svvald
added a commit
that referenced
this issue
Dec 25, 2024
svvald
added a commit
that referenced
this issue
Dec 25, 2024
svvald
added a commit
that referenced
this issue
Dec 27, 2024
svvald
added a commit
that referenced
this issue
Dec 27, 2024
… in macro molecules mode (#6181) * #6028 – Support all remaining types of bond from small molecules mode in macro molecules mode * #6028 – Change Up/Down bond appearance, update UI tests * #6028 – Resolve merge conflicts, fix UI tests * #6028 – Increase monomers locator index by 1 caused by added arrow marker <use> tag
This was referenced Jan 6, 2025
Verified.
|
This was referenced Jan 20, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Macro-Micro
Bucket: Macro-Micro View related issues
Micro-Macro
Bucket: Bugs related to Micro structures on Macro mode
Test Cases Written
Test cases has been written for that issue
Background
This is a continuation of a larger "Molecules in Macromolecules mode" issue.
Bond types
There are 14(+2) bond types supported in molecules mode:

1 - Single Bond (supported in macromolecules mode already);
2 - Double Bond (supported in macromolecules mode already);
3 - Triple Bond;
4 - Any Bond;
5 - Aromatic Bond (one representation);
6 - Single/Double Bond;
7 - Single/Aromatic Bond;
8 - Double/Aromatic Bond;
9 - Dative Bond;
10 - Hydrogen Bond;
11 - Single Up Bond (supported in macromolecules mode already);
12 - Single Down Bond (supported in macromolecules mode already);
13 - Single Up/Down Bond (supported in macromolecules mode, but incorrectly - as a simple single bond);
14 - Double Cis/Trans Bond (supported in macromolecules mode, but incorrectly - as a simple double bond);
15 - Aromatic Bond (one representation);
16 - Thick foreground bond (an up bond surrounded by wide ends of other up bonds).
Requirements
Small molecules form molecules mode with any bond type should not change their representation when user switcher to macromolecules mode.
Structures with all kinds of bond types should be properly exported and imported as part of monomer-molecule structures.
The text was updated successfully, but these errors were encountered: