ZINC22:Fine Tranching with RDKit using Heavy Atom Count and LogP

From DISI
Revision as of 20:54, 14 April 2020 by Jyoung (talk | contribs) (Created page with "Written by Jennifer Young on April 14, 2020 =Introduction= These scripts perform fine tranching with RDKit to compute the heavy atom count and logP for each molecule and put...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Written by Jennifer Young on April 14, 2020

Introduction

These scripts perform fine tranching with RDKit to compute the heavy atom count and logP for each molecule and put it in a bucket of the form HxxPyyy for positive valued logp (i.e. 0 < logp) and HxxMyyy for negative valued logp (i.e. logp < 0). The scripts are located in

   /nfs/home/jyoung/code/fine_tranche_hlogp_scripts

How to run

Create and/or source a conda environment for RDKit

If you are using our cluster, there is already a conda environment with RDKit available and you just need to source it using the following command. You need to use bash.

    bash 
   source /mnt/nfs/home/devtest/anaconda3/bin/activate my-rdkit-env