forlilab / Meeko

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

remove openbabel for v0.6 #145

Closed diogomart closed 3 weeks ago

diogomart commented 2 months ago

The only feature that might still be in use with the openbabel code path is mk_export.py --original_input (https://github.com/forlilab/Meeko/issues/23). It's probably no longer in use because it has been 2 years since the atom indices required for --original_input aren't added by default with mk_prepare_ligand.py. It can be re-implemented with the RDKit code path if the need arises.

rwxayheee commented 3 weeks ago

This was completed in 50dfda0 + 5f2f1bd. At present in the develop branch, the option --original_input is removed. Please feel free to reopen if it needs to be re-implemented