Optional Parameters¶
Execute Options¶
-
-param¶ The argument for this flag is the name of a file containing control parameters. The control parameter file acts to either replace or augment the command line interface. All parameters necessary for program execution may be provided in the control parameter file, although any command given explicitly on the command line will supersede options found in the parameter file. The application generates a new parameter file containing the full set of execution parameters upon every execution. The name of the parameter file is created by combining the prefix base name with the ‘.param’ extension.
-
-mpi_np<n>¶ Specifies the number of processors
nwhen the application is run in MPI mode.
-
-mpi_hostfile<filename>¶ Specifies the name of the file containing processors configuration. For every host this file should contain a line
host_name slots=nwherenis the number of processors on the host.
File Options¶
-
-log¶ The argument for this flag specifies the name of the log file. The level of detail for logfile information can be altered using the
-verboseflag. Generation of an output log may be disabled by providingnulas a argument in Windows and/dev/nullas an argument on Linux and macOS. [default =prefix_log.txt]
-
-prefix¶ The argument for this flag defines the prefix to be used for various information and data files generated. Most important among these is the ‘prefix_parm.txt’ file which includes a copy of all the parameters used in the run. The prefix is also used to generate a default log file name if not explicitly specified with the -log flag. [default = <app_name>].
-
-verbose¶ This is a boolean flag that controls the level of detail written to the log file. By default only minimal information is written to the log file. Verbose logging will cause more information to be written to the log file in order to follow behavior during program execution. [default = false]
-
-molNames¶ This parameter takes a text file containing a list of molecule names (one name per line in the file). If this parameter is set then only molecules in the input file(s) (see parameter
-in) with names that match those in the text files will be read in.The general purpose of this flag is to provide an easy mechanism for reading a few specific molecule(s) that are contained in a large file, without having to extract those molecules by hand from the input molecules file. [default = NONE].
-
-progress¶ Show progress on screen. Options are ‘none’, ‘dots’, ‘log’ and ‘percent’. The ‘dots’ options will displays dots on screen to show molecules completed. The ‘log’ option will duplicate the log file on screen. The ‘percent’ option will track progress through the input file. [default = none]
EON App Options¶
-
-fixpka_query¶ Apply a neutral pH model to the query molecule. It should be set to
falseif-chargesis set toexisting; otherwise EON will fail. [default = true]
-
-fixpka_dbase¶ Apply a neutral pH model to the database molecules. It should be set to
falseif-chargesis set toexisting; otherwise EON will fail. [default = true]
-
-writegrid¶ Whether or not to output electrostatic grid when writing to .oeb file. [default = false]
-
-charges¶ Specifies charges to be used on the query and the database. Default is to calculate them internally with
mmff. The option-charges existingwill use precalculated charges that must be set in the input files. Ifexistingis selected and any molecule doesn’t have charges then EON will default tommfffor those molecules. Both-fixpka_queryand-fixpka_dbaseshould be set tofalseif-chargesis set toexisting; otherwise EON will fail. [default = mmff]
-
-num_top_scores¶ When potential mode is engaged, the shape and charge overlay will keep this many best hits, and score them all with potential to choose best combo hit. [default = 5]
-
-potential¶ Scoring done with shape and potential similarity combo. [default = false]
-
-scoreonly¶ Whether or not to score only or do full overlay. [default = false]
EON Hitlist Options¶
-
-besthits<N>¶ Keep a hitlist and find best N hits. Zero implies no hitlist, and streaming all scored input in the order of appearance. [default=1000]
-
-maxhits<N>¶ When this parameter is greater than zero, stop after N hits, otherwise find all hits. [default=0]
-
-cutoff<N>¶ Minimum score to keep. [default=-1.0]
ZAP/PB Options¶
-
-dielectric¶ Sets the dielectric constant. [default = 80.0]
-
-gridBuffer¶ Sets the grid buffer. [default = 6.0]
-
-gridSpacing¶ Sets the grid spacing for the internal Zap calculations. [default 0.75]
-
-innerMask¶ Sets the grid inner mask for the internal Zap calculations. [default 0.05]
-
-outerMask¶ Sets the outer mask for the internal Zap calculations. [default 0.0005]
-
-saltConc¶ Sets salt concentration for the internal Zap calculations. [default 0.04]