UCSF Strain Filtering: Difference between revisions

From DISI
Jump to navigation Jump to search
(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 ...")
(No difference)

Revision as of 01:45, 7 January 2020

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