UCSF Strain Filtering
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