UCSF Strain Filtering

From DISI
Revision as of 01:45, 7 January 2020 by Shuogu (talk | contribs) (Created page with "This is the 1st version of UCSF strain filtering. Please copy the code to your current directory. $ cp -r /mnt/nfs/home/sgu/code/ucsf . To run the code, you need RDKit. You ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This is the 1st version of UCSF strain filtering. Please copy the code to your current directory.

$ cp -r /mnt/nfs/home/sgu/code/ucsf .

To run the code, you need RDKit. You can follow the instruction to install RDKit: https://www.rdkit.org/docs/Install.html On our cluster, you only need to type:

$ conda create -c rdkit -n my-rdkit-env rdkit
$ conda activate my-rdkit-env