コード例 #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)