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.constrainconfmodule.- Raise
ValueErrorifref_smiis invalid inmoldrug.utils.constrainconf.generate_conformers.
- In case
constraint = Trueinmoldrug.fitness.vinadock,ref_smiwill be the SMILES string ofconstraint_refwhenmoldrug.constrainconf.generate_conformersis internally called. This is in order to avoid error whenmoldrug.utils.constrainconf.generate_conformerstries to guessref_smibased on MCS and fails, see this RDKit bug. The work around for constraint docking is explained here: Constraint Docking. moldrug.fitness.generate_conformersdoes not fail. In case of Exception it returns the samemolwithout conformers and write the error in a log file into the working directory.- The attribute name
bestcostbybest_costofmoldrug.utils.GA. - The functions
duplicate_conformers,get_mcs,generate_conformers,constraintconfandconstraintconf_cmdand the classProteinLigandClashFilterwere moved frommoldrug.fitnessmodule tomoldrug.constrainconfmodule. - Entrance point constraintconf now it is link to
moldrug.constrainconf.constraintconf_cmdinsteadmoldrug.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)