-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6e249b5
commit 68cef5d
Showing
6 changed files
with
41 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
Note on CReM data base | ||
Note on CReM database | ||
====================== | ||
|
||
.. warning:: | ||
|
||
For the tutorials we will use the CReM data base ``replacements02_sc2.db.gz``. | ||
This is just because is the smaller one and therefore it has the fast download. | ||
For real problems consider read first the `CReM paper <https://jcheminf.biomedcentral.com/articles/10.1186/s13321-020-00431-w>`__ | ||
For the tutorials, we will use the CReM database ``replacements02_sc2.db.gz``. | ||
This is just because is a smaller one and therefore it has a fast download. | ||
For real problems consider reading first the `CReM paper <https://jcheminf.biomedcentral.com/articles/10.1186/s13321-020-00431-w>`__ | ||
and also see the discussion on `MolDrug repo <https://github.com/ale94mleon/MolDrug/discussions/6>`__ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
Note on explicit hydrogens and RKit library | ||
=========================================== | ||
|
||
.. warning:: | ||
|
||
Many RDKit functions, including the ``sascore``, operate optimally when applied to molecules without explicit hydrogens. The ``sascore`` assigns a score ranging from 1 to 13, where 1 indicates an easily synthesizable molecule, and 13 signifies a challenging one. However, when explicit hydrogens are present, the function tends to yield higher scores, incorrectly suggesting a greater difficulty of synthesis. Detailed discussions on this issue can be found at `SA_Score gives different values depending if the molecule has explicit hydrogens <https://github.com/rdkit/rdkit/discussions/7047>`__. | ||
|
||
The MolDrug-3.7.0 release has addressed this concern for all built-in fitness functions. Refer to `MolDrug's CHANGELOG <https://moldrug.readthedocs.io/en/latest/source/CHANGELOG.html>`__ for a comprehensive overview of the fixes and improvements. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters