Make Unique script usage
This page will deal with a component of our post processing procedure for the NOVA algorithm. Typically, during a de novo experiment, multiple copies of the same molecule will be created and saved to the final mol2 file. We have determined it best to go through and remove redundant molecules for visualization and selection of molecules for purchase keeping only the best scored copy or conformer of a molecule. To accomplish this we will provide our make_unique script here:
Both components, make_unique.sh and split_on_tanimoto.py, are needed to run the make_unique.sh script.
The usage is as follows:
./make_unique.sh path/to/multimol2 scoring_function:
The multimol2 is usually the concatenated output mol2 from each individual anchor from your de novo experiment. The scoring function entry is a string that designates which score or scoring function would be used to select a "best conformer" if more than one copy of a molecule exists.