NEEMP:Options: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 19: | Line 19: | ||
* '''Options specific to mode params''' | * '''Options specific to mode params''' | ||
;<code>--chg-file FILE</code> | :;<code>--chg-file FILE</code> | ||
:FILE with ab-initio charges (required)(used also by cross mode). | ::FILE with ab-initio charges (required)(used also by cross mode). | ||
;<code>--chg-stats-out-file FILE</code> | :;<code>--chg-stats-out-file FILE</code> | ||
:output charges statistics to FILE (used also by cross mode). | ::output charges statistics to FILE (used also by cross mode). | ||
;<code>--kappa-max VALUE</code> | :;<code>--kappa-max VALUE</code> | ||
:set maximum value for kappa (required). | ::set maximum value for kappa (required). | ||
;<code>--kappa VALUE</code> | :;<code>--kappa VALUE</code> | ||
:use only one kappa VALUE for parametrization. | ::use only one kappa VALUE for parametrization. | ||
;<code>--fs-precision VALUE</code> | :;<code>--fs-precision VALUE</code> | ||
:resolution for the full scan (required). | ::resolution for the full scan (required). | ||
;<code>--kappa-preset PRESET</code> | :;<code>--kappa-preset PRESET</code> | ||
:set kappa-max and fs-precision to safe values. Valid choices are: small, protein. | ::set kappa-max and fs-precision to safe values. Valid choices are: small, protein. | ||
;<code>-f</code>, ;<code>--fs-only</code> | :;<code>-f</code>, ;<code>--fs-only</code> | ||
:do not use additional accuracy improvement. | ::do not use additional accuracy improvement. | ||
;<code>--par-out-file FILE</code> | :;<code>--par-out-file FILE</code> | ||
:output the parameters to FILE. | ::output the parameters to FILE. | ||
;<code>-d METHOD</code>, ;<code>--discard METHOD</code> | :;<code>-d METHOD</code>, ;<code>--discard METHOD</code> | ||
:perform discarding with METHOD. Valid choices are: iterative, simple and off. Default is off. | ::perform discarding with METHOD. Valid choices are: iterative, simple and off. Default is off. | ||
;<code>-s STAT</code>, ;<code>--sort-by STAT</code> | :;<code>-s STAT</code>, ;<code>--sort-by STAT</code> | ||
:sort solutions by STAT. Valid choices are: R, R2, spearman, RMSD, D_max, D_avg. | ::sort solutions by STAT. Valid choices are: R, R2, spearman, RMSD, D_max, D_avg. | ||
;<code>--limit-iters COUNT</code> | :;<code>--limit-iters COUNT</code> | ||
:set the maximum number of iterations for discarding. | ::set the maximum number of iterations for discarding. | ||
;<code>--limit-time HH:MM:SS</code> | :;<code>--limit-time HH:MM:SS</code> | ||
:set the maximum time for discarding in format hours:minutes:seconds. | ::set the maximum time for discarding in format hours:minutes:seconds. | ||
;<code>--check-charges</code> | :;<code>--check-charges</code> | ||
:warn about molecules with abnormal differences between QM and EEM charges (used also by cross mode). | ::warn about molecules with abnormal differences between QM and EEM charges (used also by cross mode). | ||
* '''Options specific to mode charges''' | * '''Options specific to mode charges''' | ||
:;<code>--par-file FILE</code> | |||
::FILE with EEM parameters (required)(used also by cross mode) | |||
:;<code>--chg-out-file FILE</code> | |||
::output charges to FILE (required) | |||
Revision as of 11:53, 28 May 2016
This section provides a complete list of NEEMP options.
Generic options
-h,--help- display help page and exit.
--version- display version information and exit.
--max-threads N- use up to N threads to solve EEM system in parallel.
-m STRING, ;--mode STRING- set STRING mode for NEEMP. Valid choices are: info, params, charges, cross, cover (required).
--sdf-file FILE- define the structural SDF file (required).
--atom-types-by METHOD- classify atoms according to the METHOD. Valid choices are: Element, ElemBond.
--list-omitted-molecules- list names of molecules for which we don't have charges or parameters loaded (mode dependent).
- Options specific to mode params
--chg-file FILE- FILE with ab-initio charges (required)(used also by cross mode).
--chg-stats-out-file FILE- output charges statistics to FILE (used also by cross mode).
--kappa-max VALUE- set maximum value for kappa (required).
--kappa VALUE- use only one kappa VALUE for parametrization.
--fs-precision VALUE- resolution for the full scan (required).
--kappa-preset PRESET- set kappa-max and fs-precision to safe values. Valid choices are: small, protein.
-f, ;--fs-only- do not use additional accuracy improvement.
--par-out-file FILE- output the parameters to FILE.
-d METHOD, ;--discard METHOD- perform discarding with METHOD. Valid choices are: iterative, simple and off. Default is off.
-s STAT, ;--sort-by STAT- sort solutions by STAT. Valid choices are: R, R2, spearman, RMSD, D_max, D_avg.
--limit-iters COUNT- set the maximum number of iterations for discarding.
--limit-time HH:MM:SS- set the maximum time for discarding in format hours:minutes:seconds.
--check-charges- warn about molecules with abnormal differences between QM and EEM charges (used also by cross mode).
- Options specific to mode charges
--par-file FILE- FILE with EEM parameters (required)(used also by cross mode)
--chg-out-file FILE- output charges to FILE (required)