-
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
Macro: Modify nucleotides from sequence in RNA builder #3824
Comments
Tests added to the automation table. |
ilya-asiyuk-epam
added a commit
that referenced
this issue
Mar 25, 2024
ilya-asiyuk-epam
added a commit
that referenced
this issue
Mar 25, 2024
ilya-asiyuk-epam
added a commit
that referenced
this issue
Mar 27, 2024
9 tasks
ilya-asiyuk-epam
added a commit
that referenced
this issue
Apr 1, 2024
ilya-asiyuk-epam
added a commit
that referenced
this issue
Apr 1, 2024
ilya-asiyuk-epam
added a commit
that referenced
this issue
Apr 1, 2024
ilya-asiyuk-epam
added a commit
that referenced
this issue
Apr 2, 2024
ilya-asiyuk-epam
added a commit
that referenced
this issue
Apr 2, 2024
ilya-asiyuk-epam
added a commit
that referenced
this issue
Apr 2, 2024
ilya-asiyuk-epam
added a commit
that referenced
this issue
Apr 2, 2024
ilya-asiyuk-epam
added a commit
that referenced
this issue
Apr 3, 2024
ilya-asiyuk-epam
added a commit
that referenced
this issue
Apr 8, 2024
rrodionov91
pushed a commit
that referenced
this issue
Apr 9, 2024
ilya-asiyuk-epam
added a commit
that referenced
this issue
Apr 9, 2024
This was referenced Apr 10, 2024
This was referenced Apr 10, 2024
This was referenced Apr 10, 2024
Tested on build 2.21.0-rc.1 One minor bug registered and one medium. |
This was referenced May 9, 2024
This was referenced May 16, 2024
This was referenced Jun 26, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Background
In sequence representation user should be able to replace any part of nucleotide (sugar, phosphate and base) with modified analog from library.
Requirements
- If at least one of selected symbols is not nucleotide then option "Modify in RNA builder" is not available.
- 'Yes' option will apply all the changes made in builder to the selected nucleotides
- 'Cancel' option will discard all the changes.
- Sugar: if sugar has no R2 or R3 - always disable such sugars (i.e. remove from selection),
user selected nucleotide in the middle of sequence - disable all sugars that has no R1 connection points
but if user edit nucleotide at the beginning - sugars with no R1 should be available
- Phosphate: if phosphate has no R1 or R2 - always disable such phosphates
- Base: if base has no R1 - always disable such bases (i.e. remove from selection)
Not in scope of the ticket:
1. Allow modifying Nucleosides of sequence in RNA Builder
2. Disable some "Sugars" and "Phosphates" in RNA builder relying on selected sequence nucleotides. Based on below rules:
- Sugar: R2 - if not last
- Phosphate: R2 - if not last
UX
The text was updated successfully, but these errors were encountered: