Published August 30, 2022
| Version 2.1.0
Software
Open
ale94mleon/MolDrug: 2.1.0 - 2022.08.30
Description
Fixed
- Bug during the calculation of probabilities when costs are larger numbers.
- Expose hidden error if some Exception ocurred during parallel run.
moldrug.constrainconf
module.- Raise
ValueError
ifref_smi
is invalid inmoldrug.utils.constrainconf.generate_conformers
.
- In case
constraint = True
inmoldrug.fitness.vinadock
,ref_smi
will be the SMILES string ofconstraint_ref
whenmoldrug.constrainconf.generate_conformers
is internally called. This is in order to avoid error whenmoldrug.utils.constrainconf.generate_conformers
tries to guessref_smi
based on MCS and fails, see this RDKit bug. The work around for constraint docking is explained here: Constraint Docking. moldrug.fitness.generate_conformers
does not fail. In case of Exception it returns the samemol
without conformers and write the error in a log file into the working directory.- The attribute name
bestcost
bybest_cost
ofmoldrug.utils.GA
. - The functions
duplicate_conformers
,get_mcs
,generate_conformers
,constraintconf
andconstraintconf_cmd
and the classProteinLigandClashFilter
were moved frommoldrug.fitness
module tomoldrug.constrainconf
module. - Entrance point constraintconf now it is link to
moldrug.constrainconf.constraintconf_cmd
insteadmoldrug.fitness.constraintconf_cmd
.
Files
ale94mleon/MolDrug-2.1.0.zip
Files
(674.6 kB)
Name | Size | Download all |
---|---|---|
md5:290a4cff99df2da57979c438016ffc64
|
674.6 kB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/ale94mleon/MolDrug/tree/2.1.0 (URL)