-
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
Displaying a long peptide chain on a canvas. Snake-like layout #3280
Milestone
Comments
olganaz
added
Macromolecules
feature request
epic: peptide MVP
Collect tasks for the MVP of peptide editor
[PE] Build chains from monomers
and removed
draft
epic: peptide MVP
Collect tasks for the MVP of peptide editor
labels
Sep 11, 2023
olganaz
changed the title
Layout button for peptide chain
Displaying a long peptide chain on a canvas. Snake-like layout
Sep 18, 2023
OlgaMazurina
pushed a commit
that referenced
this issue
Sep 25, 2023
OlgaMazurina
pushed a commit
that referenced
this issue
Sep 28, 2023
OlgaMazurina
pushed a commit
that referenced
this issue
Oct 10, 2023
OlgaMazurina
pushed a commit
that referenced
this issue
Oct 10, 2023
rrodionov91
pushed a commit
that referenced
this issue
Oct 16, 2023
rrodionov91
pushed a commit
that referenced
this issue
Oct 16, 2023
rrodionov91
pushed a commit
that referenced
this issue
Oct 16, 2023
rrodionov91
pushed a commit
that referenced
this issue
Oct 16, 2023
rrodionov91
pushed a commit
that referenced
this issue
Oct 16, 2023
rrodionov91
added a commit
that referenced
this issue
Oct 16, 2023
…e layout (#3376) * #3280 - add curves * #3280 - add chain rearrange by clicking * #3280 - made straight bond for R3+ attachment points * #3280 - restricted snake bonds for R3+ connections and for RNA --------- Co-authored-by: Olga Mazurina <olga_mazurina@epam.com> Co-authored-by: Roman Rodionov <roman_rodionov@epam.com>
OlgaMazurina
added a commit
that referenced
this issue
Oct 18, 2023
…e layout (#3376) * #3280 - add curves * #3280 - add chain rearrange by clicking * #3280 - made straight bond for R3+ attachment points * #3280 - restricted snake bonds for R3+ connections and for RNA --------- Co-authored-by: Olga Mazurina <olga_mazurina@epam.com> Co-authored-by: Roman Rodionov <roman_rodionov@epam.com>
This was referenced Nov 17, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Displaying a long peptide chain on a canvas. Snake-like layout
a. Each interconnected set of monomers (chain) is arranged into the left-to-right (snake) view separately. "Snakes" are arranged from top to bottom, every snake starts from a new row.
b. Once the layout button is pressed, the top (first) chain is defined by the top left monomer on canvas, i.e. the chain it is part of will be the first one.
c. Similarly, second chain is the one that includes new top left monomer that is not part of the first chain, etc
The text was updated successfully, but these errors were encountered: