To perform its primary purpose of docking molecules, FRED needs a description of the active site contained in a receptor file (see section 4.1). A stand alone GUI application, fred_receptor, for creating receptor files is available from the OpenEye website's download section, which uses the same license as FRED. It is recommended that you use this application to setup your receptor file, however a receptor file can also be setup using the FRED executable.
A receptor file always uses a special version of the OEB format (i.e. it will always be an .oeb or .oeb.gz file). FRED and fred_receptor fully support this file format. Other OpenEye programs, including Vida 2.1, only read the target protein structure from this file and cannot currently see the extra receptor specific data in the file.
The FRED command line executable can list basic properties of a receptor file simply by passing the receptor file to the executable using the -rec flag. The properites listed will be:
There is no direct limit to the size of an active site, however you should generally expect that the inner contour volume is around 50-100 cubic Angstroms and the outer contour is in the range of 500-2000 cubic Angstroms.
ninja:~/TESTING/FRED-docs> fred -rec rec1ppx.oeb.gz
:jGf: .o88o. .o8
:jGDDDDf: 888 `' '888
,fDDDGjLDDDf, o888oo oooo d8b .ooooo. .oooo888
,fDDLt: :iLDDL; 888 `888""8P d88' `88b d88' `888
;fDLt: :tfDG; 888 888 888ooo888 888 888
,jft: ,ijfffji, :iff 888 888 888 .o 888 888
.jGDDDDDDDDDGt. o888o d888b `Y8bod8P' `Y8bod88P'
;GDDGt:''':tDDDG,
.DDDG: :GDDG. Copyright (c) 2003,2004,2005,2006
;DDDj tDDDi OpenEye Scientific Software, Inc.
,DDDf fDDD, Licensed to OpenEye Scientific Software
LDDDt. .fDDDj Version: 2.2 (Build date 20060810)
.tDDDDfjtjfDDDGt OEChem version: 1.4.2 debug 20060810
:ifGDDDDDGfi. Platform: linux-2.6-g++4.1-i586
.:::. Supported Run Modes:
...................... Single processor
DDDDDDDDDDDDDDDDDDDDDD PVM Multiprocessor (PVM Slavename : FRED)
DDDDDDDDDDDDDDDDDDDDDD
----------------------------------------
#Interface settings
#Receptor Site :
-rec rec1ppx.oeb.gz
Writing settings to : setup.txt
Run status will periodically be written to : status.txt
-----Receptor Information-----
Site box volume : 2373
Outer contour volume : 697
Inner contour volume : 103
Standard Constraints
"SER496 HB" is ENABLED
Writing a copy of the receptor to receptor.oeb.gz
----------------------------------------
See the documentation that comes with the fred_receptor GUI distribution available from the Downloads section of the OpenEye website.
The FRED executable can create a receptor file by passing it a target protein (using the -pro parameter) along with the following additional parameters:
-bound_ligand
-box
-box and -bound_ligand
neither -box nor -bound_ligand
Once FRED creates the receptor file it will write out basic information
about the receptor to stderr and write the receptor to the file
receptor.oeb.gz or <prefix>_receptor.oeb.gz if you have
specified the -prefix flag.
If you supplied FRED with a database of ligands to dock, FRED will begin docking those molecules after the receptor has been created and written out, otherwise FRED will terminate.
Prior to creating a receptor the protein which will be passed to the -pro flag should be prepared as follows:
Bound molecules
Protonation state
Charging protein
The custom constraints can also be added to the receptor file, see the next section for details.