-
Notifications
You must be signed in to change notification settings - Fork 111
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
Export of modified RNA to IDT notation (modified IDT monomers) #1900
Comments
AliaksandrDziarkach
added a commit
that referenced
this issue
May 8, 2024
Add export modified IDT monomer support. Add UTs.
7 tasks
AliaksandrDziarkach
added a commit
that referenced
this issue
May 16, 2024
…#1945) Co-authored-by: Aliakasndr Dziarkach <[email protected]>
This was referenced May 23, 2024
This was referenced Jun 5, 2024
Tested. We have bugs mentioned above.
Ketcher version |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Background
Users may need to generate IDT notation for modified RNA to be able to order this kind of molecules through IDT web site.
Requirements
For this kind of monomers IDT name should be exported in a form
/<pos><Identifier>/[*]
where
pos
- position of the nucleotide in the chain/fragment:5
- at the 5' end (the first monomer in a chain)i
- inside the chain3
- at the 3' end (the last monomer in a chain)Identifier
- alphanumeric string representing unique identifier of the monomer in IDT registry.*
- optional indicator of modified phosphate. If specified, indicates that Phosphorothioate (sP) is included into nucleotide, otherwise standard phosphate (P) is implied.For monomers having multiple IDT names the appropriate name should be chosen depending on position of monomer inside the chain.
This kind of monomers are unknown CHEMs with the IDT name, so the IDT name should be exported.
If there is no IDT name for monomer, system should display Error message "This molecule has unsupported monomer and couldn't be exported to IDT notation".
Examples
TBD
The text was updated successfully, but these errors were encountered: