kntkb / technotes

Personal technical notes
1 stars 0 forks source link

Building ultra-large virtual library (Enamine) #79

Open kntkb opened 6 months ago

kntkb commented 6 months ago
kntkb commented 6 months ago
from rdkit.Chem.rdDeprotect import DeprotectData, GetDeprotections
rxn = [ x for x in GetDeprotections() ]
for _rxn in rxn:
    print(_rxn.full_name, _rxn.deprotection_class)