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

Autotests: #4554 - Support variant monomers in Ketcher (flex mode) #5614

Closed
42 tasks done
AlexeyGirin opened this issue Oct 1, 2024 · 0 comments · Fixed by #5724
Closed
42 tasks done

Autotests: #4554 - Support variant monomers in Ketcher (flex mode) #5614

AlexeyGirin opened this issue Oct 1, 2024 · 0 comments · Fixed by #5724

Comments

@AlexeyGirin
Copy link
Collaborator

AlexeyGirin commented Oct 1, 2024

Source task(s):

  • Support variant monomers in Ketcher (flex mode) #4554
  • 1. Ambiguous alternatives peptide made of peptide(R1) and peptide(R1) should result in peptide(R1)
  • 2. Ambiguous alternatives peptide made of peptide(R2) and peptide(R2) should result in peptide(R2)
  • 3. Ambiguous alternatives peptide made of peptide(R2+R3) and peptide(R2+R3) should result in peptide(R2+R3)
  • 4. Ambiguous alternatives peptide made of peptide(R1+R2) and peptide(R1+R2) should result in peptide(R1+R2)
  • 5. Ambiguous alternatives peptide made of peptide(R1+R2+R3) and peptide(R1+R2+R3) should result in peptide(R1+R2+R3)
  • 6. Ambiguous alternatives peptide made of peptide(R1) and peptide(R1+R2+R3) should result in peptide(R1)
  • 7. Ambiguous alternatives peptide made of peptide(R2) and peptide(R1) should result in peptide with no APs
  • 8. Ambiguous alternatives peptide made of peptide(R2+R3) and peptide(R2) should result in peptide(R2)
  • 9. Ambiguous alternatives peptide made of peptide(R1+R2) and peptide(R2+R3) should result in peptide(R2)
  • 10. Ambiguous alternatives peptide made of peptide(R1+R2+R3) and peptide(R1+R2) should result in peptide(R1+R2)
  • 11. Ambiguous alternatives peptide made of peptide(R1) and peptide(R1+R2) should result in peptide(R1)
  • 12. Ambiguous alternatives peptide made of peptide(R2) and peptide(R1+R2+R3) should result in peptide(R2)
  • 13. Ambiguous alternatives peptide made of peptide(R2+R3) and peptide(R1) should result in peptide with no APs
  • 14. Ambiguous alternatives peptide made of peptide(R1+R2) and peptide(R2) should result in peptide(R2)
  • 15. Ambiguous alternatives peptide made of peptide(R1+R2+R3) and peptide(R2+R3) should result in peptide(R2+R3)
  • 16. Ambiguous mixed peptide made of peptide(R1) and peptide(R1) should result in peptide(R1)
  • 17. Ambiguous mixed peptide made of peptide(R2) and peptide(R2) should result in peptide(R2)
  • 18. Ambiguous mixed peptide made of peptide(R2+R3) and peptide(R2+R3) should result in peptide(R2+R3)
  • 19. Ambiguous mixed peptide made of peptide(R1+R2) and peptide(R1+R2) should result in peptide(R1+R2)
  • 20. Ambiguous mixed peptide made of peptide(R1+R2+R3) and peptide(R1+R2+R3) should result in peptide(R1+R2+R3)
  • 21. Ambiguous mixed peptide made of peptide(R1) and peptide(R1+R2+R3) should result in peptide(R1)
  • 22. Ambiguous mixed peptide made of peptide(R2) and peptide(R1) should result in peptide with no APs
  • 23. Ambiguous mixed peptide made of peptide(R2+R3) and peptide(R2) should result in peptide(R2)
  • 24. Ambiguous mixed peptide made of peptide(R1+R2) and peptide(R2+R3) should result in peptide(R2)
  • 25. Ambiguous mixed peptide made of peptide(R1+R2+R3) and peptide(R1+R2) should result in peptide(R1+R2)
  • 26. Ambiguous mixed peptide made of peptide(R1) and peptide(R1+R2) should result in peptide(R1)
  • 27. Ambiguous mixed peptide made of peptide(R2) and peptide(R1+R2+R3) should result in peptide(R2)
  • 28. Ambiguous mixed peptide made of peptide(R2+R3) and peptide(R1) should result in peptide with no APs
  • 29. Ambiguous mixed peptide made of peptide(R1+R2) and peptide(R2) should result in peptide(R2)
  • 30. Ambiguous mixed peptide made of peptide(R1+R2+R3) and peptide(R2+R3) should result in peptide(R2+R3)
  • 31. Ambiguous alternatives base made of base(R1) and base(R1) should result in base(R1)
  • 32. Ambiguous alternatives base made of base(R1+R2) and base(R1+R2) should result in base(R1+R2)
  • 33. Ambiguous alternatives base made of base(R1+R2+R3) and base(R1+R2+R3) should result in base(R1+R2+R3)
  • 34. Ambiguous alternatives base made of base(R1) and base(R1+R2+R3) should result in base(R1)
  • 35. Ambiguous alternatives base made of base(R1+R2) and base(R1) should result in base(R1)
  • 36. Ambiguous alternatives base made of base(R1+R2+R3) and base(R1+R2) should result in base(R1+R2)
  • 37. Ambiguous mixed base made of base(R1) and base(R1) should result in base(R1)
  • 38. Ambiguous mixed base made of base(R1+R2) and base(R1+R2) should result in base(R1+R2)
  • 39. Ambiguous mixed base made of base(R1+R2+R3) and base(R1+R2+R3) should result in base(R1+R2+R3)
  • 40. Ambiguous mixed base made of base(R1) and base(R1+R2+R3) should result in base(R1)
  • 41. Ambiguous mixed base made of base(R1+R2) and base(R1) should result in base(R1)
  • 42. Ambiguous mixed base made of base(R1+R2+R3) and base(R1+R2) should result in base(R1+R2)
@AlexeyGirin AlexeyGirin changed the title Autotests: Support variant monomers in Ketcher (flex mode) Autotests: #4554 - Support variant monomers in Ketcher (flex mode) Oct 11, 2024
AlexeyGirin added a commit that referenced this issue Oct 12, 2024
… mode (#5724)

* Autotests: 5614 - Support variant monomers in Ketcher (flex mode)

* Autotests: #4554 - Support variant monomers in Ketcher (flex mode)
rrodionov91 pushed a commit that referenced this issue Oct 13, 2024
… mode (#5724)

* Autotests: 5614 - Support variant monomers in Ketcher (flex mode)

* Autotests: #4554 - Support variant monomers in Ketcher (flex mode)
Guch1g0v pushed a commit that referenced this issue Oct 17, 2024
… mode (#5724)

* Autotests: 5614 - Support variant monomers in Ketcher (flex mode)

* Autotests: #4554 - Support variant monomers in Ketcher (flex mode)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant