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

#5512 - System saves mixture ambiguous monomers as alternatives ambiguous monomers #5516

Conversation

rrodionov91
Copy link
Collaborator

@rrodionov91 rrodionov91 commented Sep 16, 2024

How the feature works? / How did you fix the issue?

  • fixed template id generation for ambiguous monomers

Check list

  • unit-tests written
  • e2e-tests written
  • documentation updated
  • PR name follows the pattern #1234 – issue name
  • branch name doesn't contain '#'
  • PR is linked with the issue
  • base branch (master or release/xx) is correct
  • task status changed to "Code review"
  • reviewers are notified about the pull request

…uous monomers

- fixed template id generation for ambiguous monomers
@rrodionov91 rrodionov91 changed the title 5512 - System saves mixture ambiguous monomers as alternatives ambiguous monomers #5512 - System saves mixture ambiguous monomers as alternatives ambiguous monomers Sep 16, 2024
'_' +
option.templateId +
'_' +
(option.probability || option.ratio || ''),
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If both probability and ratio are not defined, we will end up with string having underscore in the end: 'TemplateId_TemplateId_'. I'm not sure if this case is possible and if so, will it affect anything, just wanted to highlight

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, it should not affect I think

@rrodionov91 rrodionov91 merged commit dd00d41 into release/2.25 Sep 16, 2024
3 checks passed
@rrodionov91 rrodionov91 deleted the 5512-system_saves_mixture_ambiguous_monomers_as_alternatives_ambiguous_monomers branch September 16, 2024 17:54
rrodionov91 added a commit that referenced this pull request Sep 16, 2024
…uous monomers (#5516)

- fixed template id generation for ambiguous monomers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

System saves mixture ambiguous monomers as alternatives ambiguous monomers
2 participants