示例#1
0
def NP(mol):
    """
    Computes RDKit's Natural Product-likeness score
    """
    return npscorer.scoreMol(mol)
示例#2
0
文件: utils.py 项目: tammykan/moses
def NP(mol):
    '''
    Computes RDKit's Natural Product-likeness score
    '''
    return npscorer.scoreMol(mol)