MobleyLab / chemper

Repository for Chemical Perception Sampling Tools
MIT License
19 stars 10 forks source link

Verify OpenEye license when checking for toolkits #78

Closed bannanc closed 4 years ago

bannanc commented 5 years ago

I realized today, that when checking for which toolkits are installed, I only check that openeye is installed, not that the license is valid. I'm going to add an extra check to the mol_toolkits script that also checks for a license.

I can follow this example in oenotebook for checking presence of a license.

from openeye.oechem import OEChemIsLicensed
OEChemIsLicensed()