You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
score_only bool parameter to moldrug.fitness.get_mol_cost.
Print starting date when MolDrug is called from the command line.
Removed
Type Hints int for attribute idx onmoldrug.utils.Individual.
Changed
If vina fails inside moldrug.fitness.vinadock; give as pdbqt the string "VinaFailed".
If the molecule has a molecular weight highest than wt_cutoff when moldrug.fitness.CostOnlyVina (or moldrug.fitness.CostMultiReceptorsOnlyVina) is called; the pdbqt attribute of the returned Individual will be the string "TooHeavy" (or the list of strings List["TooHeavy"])