We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The calculation of the complexity cutoff threshold is incorrect when molecules are not including a single cut fragmentation.
The code at
vernalis-knime-nodes/com.vernalis.knime.chem.mmp/src/com/vernalis/knime/mmp/nodes/fragutil/fragment/abstrct/AbstractMMPFragmentNodeModel.java
Lines 1053 to 1055 in 069d18a
minCuts == 1
The text was updated successfully, but these errors were encountered:
Update to v1.36.3
909dc55
Bug Fixes * Fixes error in complexity estimation when a single bond cut is not being made (See #20)
sroughley
No branches or pull requests
The calculation of the complexity cutoff threshold is incorrect when molecules are not including a single cut fragmentation.
The code at
vernalis-knime-nodes/com.vernalis.knime.chem.mmp/src/com/vernalis/knime/mmp/nodes/fragutil/fragment/abstrct/AbstractMMPFragmentNodeModel.java
Lines 1053 to 1055 in 069d18a
minCuts == 1
The text was updated successfully, but these errors were encountered: