forlilab / Meeko

Interfacing RDKit and AutoDock
GNU Lesser General Public License v2.1
171 stars 41 forks source link

Bug while using --verbose #61

Closed althea-hansel closed 11 months ago

althea-hansel commented 11 months ago
(reactive_prep) [ahansel@nodea0114 ca_scaffold1]$ mk_prepare_ligand.py -i reacted_carboxylic_acids_scaffold1.sdf --multimol_outdir . --reactive_smarts "O=CN(N)c" --reactive_smarts_idx 2 -v
Traceback (most recent call last):
  File "/gpfs/home/ahansel/miniconda3/envs/reactive_prep/bin/mk_prepare_ligand.py", line 7, in <module>
    exec(compile(f.read(), __file__, 'exec'))
  File "/gpfs/home/ahansel/programs/Meeko/scripts/mk_prepare_ligand.py", line 366, in <module>
    if args.verbose: preparator.show_setup()
AttributeError: 'MoleculePreparation' object has no attribute 'show_setup'
althea-hansel commented 11 months ago

Fixed with commit f868873