By default FRED outputs a Chemgauss3 hitlist which has the top 1000 ligands as scored by Chemgauss3. This section has examples of how to have FRED use other scoring functions to ranks ligands.
fred -dbase my_ligands.oeb.gz -rec my_receptor.oeb.gz -plp -hitlist_size 5000
FRED will maintain and output a hitlist which uses the PLP scoring function, in place of the default Chemgauss3 scoring function. This example also increases the size of the hitlist to 5000, from the default value of 1000.
-dbaseThis tells FRED where the ligands it is going to dock are, in this case the file my_ligands.oeb.gz. The ligand file should have multiple conformers of all flexible ligands (see section 5.5 for more detail on preparing the ligand database).
-recThis specifies a receptor file to dock to the ligand too. The receptor file
must be created prior to running FRED with this command line. This file can be created by FRED or by the fred_receptor GUI.
-plpEnables plp output hitlist.
-hitlist_sizeTells FRED to keep and output the top 5000 ligands in the PLP hitlist.
setup.txt
receptor.oeb.gz
status.txt
plp_docked.oeb.gz
plp_scores.txt
fred -dbase my_ligands.oeb.gz \
-rec my_receptor.oeb.gz \
-plp \
-chemgauss3 \
-shapegauss \
-oechemscore \
-screenscore \
-hitlist_size 5000
This example enables multiple scoring functions and output hitlists and increases the size of the output hitlists to 5000, from the default value of 1000. Also because multiple scoring functions are enabled FRED will also automatically maintain a consensus scoring hitlist using all the selected scoring functions.
-dbaseThis tells FRED where the ligands it is going to dock are, in this case the file my_ligands.oeb.gz. The ligand file should have multiple conformers of all flexible ligands (see section 5.5 for more detail on preparing the ligand database).
-recThis specifies a receptor file to dock to the ligand too. The receptor file must be created prior to running FRED with this command line. This file can be created by FRED or by the fred_receptor GUI.
-hitlist_sizeTells FRED to keep and output the top 5000 ligands in the PLP hitlist.
-plpEnables PLP output hitlist.
-chemgauss3Enables Chemgauss3 output hitlist.
-oechemscoreEnables OEChemscore output hitlist.
-screenscoreEnables Screenscore output hitlist.
setup.txt
receptor.oeb.gz
status.txt
plp_docked.oeb.gz
plp_scores.txt
chemgauss3_docked.oeb.gz
chemgauss3_scores.txt
oechemscore_docked.oeb.gz
oechemscore_scores.txt
screenscore_docked.oeb.gz
screenscore_scores.txt
consensus_docked.oeb.gz
consensus_scores.txt