Published July 30, 2022
| Version 1.0.0
Software
Open
ale94mleon/MolDrug: 1.0.0 - 2022.07.30
Authors/Creators
Description
Fixed
- Hidden
RuntimeErrorinmoldrug.fitnessmodule. - Bug printing number of generations in final info.
- Unused code in
moldrug.homemodule. - 3D conformation in the
molattribute of the Individual during initialization. - The use of
grow_molin the initialization of the populating whenget_similar = True. Now the population is initialized withmutate_moland the same set of crem parameters used during the searching. - The automatic addition of Hs in the case where
min_sizeand/ormax_sizewere equal to zero. Now if your intention is work with the hydrogens, you must provided a SMILES with the explicit Hs. In the future the input could be just a RDKit mol. Now you must specify if you would like to add explicit Hs to the molecule withe keywordAddHs; default is False and is used for bothmoldrug.utils.GAandmoldrug.utils.Local.
- Handling vina RuntimeError and keeping track for debug. This feature is used to identify what is the error. In the future will be removed.
- Two new fitness functions:
moldrug.fitness.CostOnlyVinaandmoldrug.fitness.CostMultiReceptorsOnlyVina. They only use the information of vina scoring function. See the docs for more info about it. - Tracking of atom indexes during generations in order to use
protected_idsandreplace_idsoptions ofmutate_molfunction of CReM. Before it was not possible; the use of these features generate undesired solutions because the indexes are not static over generations. Even so, there are still some problems for symmetric molecules. We are working on it.
- The whole MolDrug works base on the RDKit mol instead of the SMILES string:
moldrug.utils.Individualis now initializedmolinsteadsmiles. Now the SMILES string is generated internally, it still used as identifying for the instance.moldrug.utils.GAchangedsmilesforseed_moland it is not needed themolvariable any more.moldrug.utils.Localchangedmolforseed_molin the initialization variables..moldrug.utils.confgenchanged smiles formolvariable.
Files
ale94mleon/MolDrug-1.0.0.zip
Files
(300.6 kB)
| Name | Size | Download all |
|---|---|---|
|
md5:4446827de2c26461d6654d1f26f2124c
|
300.6 kB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/ale94mleon/MolDrug/tree/1.0.0 (URL)